You are here

README.txt in jQuery plugins 6

Same filename and directory in other branches
  1. 5 README.txt
  2. 7 README.txt
The jquery_plugin module allows you to load miscellaneous jQuery plugins 
from any module by calling the jquery_plugin_add($plugin) function; for 
example, jquery_plugin_add('validate') would load the validation plugin.
	
More information about jQuery plugins can be found at 
http://plugins.jquery.com/project/Plugins

File

README.txt
View source
  1. The jquery_plugin module allows you to load miscellaneous jQuery plugins
  2. from any module by calling the jquery_plugin_add($plugin) function; for
  3. example, jquery_plugin_add('validate') would load the validation plugin.
  4. More information about jQuery plugins can be found at
  5. http://plugins.jquery.com/project/Plugins