jquery

This module has the potential to fill the form theming gap. For now it is still in alpha but it has potential.
It uses jquery to arrange your form elements. Takes into account fieldset (but not the field in the fieldsets).
It does not integrate with the multistep module.

http://drupal.org/project/arrange_fields

This small drupal module includes the jquery scrollTo plugin. http://plugins.jquery.com/project/ScrollTo It integrates with the http://drupal.org/project/jq module which aggregates jquery plugins for easy administration.

Drupal.org project page : http://drupal.org/project/jquery_scrollto

Drupalmodules.com : http://drupalmodules.com/module/jqueryscrollto

Example:

This drupal module allows the http://drupal.org/project/jquery_multiselect module (which include the jquery ui multiselect plugin) to be included as a cck widget.

The complete tarball including (jquery_update, jquery_ui, jquery ui multiselect 1.7.3, jquery_multiselect and plugin, fancy_multiselect) jq_multi.rar

This drupal module includes the jquery ui multiselect plugin. http://quasipartikel.at/multiselect/
It integrates with the http://drupal.org/project/jq module which aggregates jquery plugins for easy administration.

Drupal.org project page : http://drupal.org/project/jquery_multiselect
Drupalmodules.com : http://drupalmodules.com/module/jquerymultiselect

The jquery multiselect widget is now available to drupal by using these two projects:

http://drupal.org/project/jquery_multiselect
http://drupal.org/project/fancy_multiselect

For more on the jquery ui multiselect http://quasipartikel.at/multiselect/

For example we want to add an api key as a variable to our jquery script. In drupal we define our apikey using a settings form. We add the js using drupal_add_js. Notice that the second parameter says 'setting', this is used to tell the drupal javascript system to add the array as a setting in scripts.

Syndicate content