jBart Widget Toolkit

Component type

module

Maintenance status

Development status

Component created

Component changed

jBart is a jQuery visual toolkit with which you can build rich search boxes, interactive product galleries, interactive data views, rich forms and more.
The module allows you to define the xml input for jBart as a view-style of the 'feed' display.
At this stage, you can download the module from http://dl.dropbox.com/u/22745533/jbart_view-6.x-1.04.zip

Imagefield Crop (Crop per Image Style)

Component type

module

Maintenance status

Development status

Component created

Component changed

Fork of Imagefield Crop. Refactored in such a way to allow for a unique crop per image style. D7 only (although it should be possible to backport). Much of the architectural inspiration for this module came from the similar project ImageCrop.

Jslideto

Component type

module

Maintenance status

Development status

Downloads

1997

Component created

Component changed

Jslideto module intended to override the default browsers behaviour when directed to a URL with '#' character, this module make it
easer to get the user intention when clicking on a link within the same page. in this module jquery is used to highlight the anchored elements.

This module is sponsored and developed by Vardot.

Vardot

EasyAccordion for Views

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides integration for the EasyAccordion jQuery plugin with Views.
With EasyAccordion, you can organize any type of web content into a beautiful and user-friendly slider.

View EasyAccordion jQuery plugin demo here http://www.madeincima.eu/samples/jquery/easyAccordion/
See drupal module in action on www.rootsontheroad.nl

Unique Fields AJAX

Component type

module

Component created

Component changed

* Apply unique field check in real time.
* And lots of other hacky hard-coded junk.
* See http://drupal.org/project/formmsgs for the Drupal 7 done-right version of this.

UFAJAX

The idea is to give a warning message if a user tries to add a fruit type that has already been added with the same color term.

jQuery User

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides a jQuery UI dialog with tabs of the common user account operations "Login", "Create new account" and "Request new password".

The operations will be loaded on request only. Error messages and cross-links between these operations are all done within the dialog. It's also possible to configure whether the user should be redirected to its profile page or just reload the current page, based on current path. The destination GET argument is properly honored.

jQuery ahm

Component type

module

Maintenance status

Development status

Downloads

1001

Component created

Component changed

Summary

jQuery-ahm is a light-weight jquery plugin that reduces ajax requests to one-line.

Features

jQuery-ahm is a replacement for $.ajax. With $.ajax, every ajax request needs a callback, resulting in a lot of javascript. $.ahm reduces javascript code by letting the response data define the actual callbacks.

  • Super light-weight: ~1KB minified
  • Reduces ajax requests to one-line (including ajax form validation)
  • No more custom callbacks for every ajax request
  • Lets back-end define post ajax callbacks (applied automagically)
  • Supports all jquery + custom callbacks in back-end code
  • Drop in replacement for $.ajax() (supports all $.ajax options)

Configuration

The module has an admin interface, where you can enable to always include the JavaScript file to the site.
Otherwise you can include it manually via a simple function callback:

<?php
drupal_add_library('ahm', 'ahm');
?>