You are here

README.txt in jQuery plugins 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
The jquery_plugin module allows you to load miscellaneous jQuery plugins 
from any module by calling the drupal_add_library() function. For 
example, drupal_add_library('jquery_plugin', '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 drupal_add_library() function. For
  3. example, drupal_add_library('jquery_plugin', 'validate') would load the
  4. validation plugin.
  5. More information about jQuery plugins can be found at
  6. http://plugins.jquery.com/project/Plugins