Chapter
jQuery has become an essential part of Drupal since Drupal 5. Many of the interfaces in the administrative area use jQuery to enhance the user experience, and Drupal 7 is no exception, continuing to improve the ability for developers and themers to implement advanced JavaScript functionality.
Primary author: Jake Strawn.
IntroductionImplementing jQuery & JavascriptIncluding javascriptdrupal_add_js()weighted javascriptexternal javascriptgrouped javascript
Javascript Librarieshook_library()drupal_add_library()
Overriding javascripthook_js_alter()hook_library_alter()
Drupal BehaviorsAttaching BehaviorsDetaching Behaviors
Degrading Javascript/jQuery nicely
- jQuery UI
jQuery UI in Drupal Core!Including jQuery UI functionality in your code- Elements in jQuery UI in Drupal core
accordiondatepickerdialogdraggabledroppable- progressbar
- resizeable
- selectable
- sortable
- tabs
- Effects in jQuery UI in core
- bounce
- explode
- fold
- pulsate
- Elements in jQuery UI in Drupal core
- Further jQuery & AJAX resources