Book
- Drupal - Installation
- Drupal - Localization
- Drupal - Administration
- Drupal - Optimization
- Drupal - Security
- Drupal - Look and Feel
- Drupal - Garland Adjustments
- Drupal - CSS Tweaks
- Drupal - Outlook of Forms
- Drupal - Form Behavior
- Drupal - Node Form Buttons
- Drupal - jQuery
- Drupal - ExtJS
- Drupal - Custom Themes
- Drupal - Miscellaneous Themes
- Drupal - Superfish Menus
- Drupal - Contemplate
- Drupal - Iconizer
- Drupal - On Mobile Devices
- Drupal - More Look and Feel
- Drupal - Hierarchical Select
- Drupal - Panels
- Drupal - Zen Theme
- Drupal - jCarousel
- Flash with Drupal
- PSD-to-CSS online converter
- Drupal - Uploads
- Drupal - Navigation
- Drupal - Bookmarks (per-user menu)
- Drupal - Click Path
- Drupal - Keyboard Shortcuts
- Drupal - Flagging (and bookmarking)
- Drupal - Outline Designer
- Drupal - Recent Changes
- Drupal - Relevant Content
- Drupal - Simple Menu
- Drupal - Other Menu Modules
- Drupal - Other Navigation Modules
- Drupal - Russian search and keywords
- Drupal - Web Links
- Drupal - Improvements
- Drupal - Taxonomy and Views
- Drupal - Input Formats
- Drupal - Images
- Drupal - Data Presentation
- Drupal - Multimedia
- Drupal - Gadgets
- Drupal - Data Analysis
- Drupal - Geospatial
- Drupal - FAQ
- Drupal Resources
Drupal - jQuery
A number of modules in Drupal depend on jQuery(see jQuery reference). And there are specific API and wrapper modules for this nice JavaScript library.
jQuery Update facilitates an upgrade of jQuery in Drupal core and allows other contrib modules to rely on a newer jQuery version. For D6, simply enable the module.
| "Stock" Drupal 6.3+ | jQuery 1.2.6 |
| jQuery Update 6.x-1.x | jQuery 1.2.x (currently 1.2.6) |
| jQuery Update 6.x-2.x | jQuery 1.3.x (currently 1.3.2) |
jquery plugin module allows to load miscellaneous jQuery plugins from any module or theme by calling the jquery_plugin_add($plugin) function. For example, jquery_plugin_add('validate') would load the Validation plugin. It also supports jQ Drupal module, a jQuery plugin registry. Currently bundled plugins include: Ajax Queue, Cookie, Cycle, Expose, Flash Embed, Image Zoom, Metadata, Overlay, Scrollable, Tabs, Tooltip, Validation. The goal of this project is to reduce the overhead of developers and site maintainers in keeping their jQuery plugins up-to-date and compatible with a given version of Drupal core.
jQuery plugin handler is intended to be both an API and an UI for managing packages of javascript files. Using this module libraries can be registered into Drupal's system. After registering a library, modules and themes can load these libraries using this module's API to extend their functionality. This module also provides an user interface for managing your installed libraries. It provides an easy workflow for keeping track of installationstatuses of your javascript libraries.
jQuery UI is a wrapper module around the jQuery UI effects library that lets module developers add swooshy, swishy effects to their code.
jQuery compatibility mode allows jQuery functions to be used right along side another JS library such as mootools. This module requires that the override_function module be installed, will not work without it.
JavaScript tools provides a common set of methods extending those available in Drupal core (drupal.js) for Javascript and AJAX? module development in Drupal. Required only by active menus, collapsiblock, tabs, active edit, AJAX submit.

Comments
Post new comment