Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

drag and drop


fileUploadArea

Average rating
(0 votes)

Uses the new File API supported by Firefox 3.6. Enables you to target any html element and turn it into a hotspot for receiving files from the file explorer!

Each file will be sent as a binary AJAX-request with customizable GET params. Includes support for callbacks to track the progress and completion of each file and the total transaction.

accDND - The Keyboard and Screen Reader Accessible Drag and Drop Plugin

Average rating
(0 votes)

About

accDND is a keyboard and screen reader accessible drag and drop functionality plugin for jQuery.

Features include:

  • Dragging selected options between unlimited Select fields by pressing the drag key ("`"), or cancel ("Escape") to stop dragging.
  • Optional flashing status messages to enhance user interaction.
  • WAI-ARIA support to enable automatic announcement of status messages for screen reader users.
  • Dynamic screen reader accessible hidden text to ensure accessibility for assistive technologies and browser versions that don't support ARIA.

Details

accDND was created to provide a fully accessible method for keyboard users to drag options between unlimited Select fields on a page.

Sexy Captcha - Drag-and-Drop Ajax Captcha

Average rating
(0 votes)

Sexy Captcha is a truly ajaxified, sexy captcha module. It's visually stimulating, functional and returns immediate feedback on whether the user's answer was correct.

dragndrop

Average rating
(1 vote)

**drag and drop in a easy way
usage:

$('.dragDiv').Drags({
   handler: '.handler',
   onMove: function(e) {
     $('.content').html('Div Position:(Left:' + e.pageX + ' ,Top:' + e.pageY + ')');
   },
   onDrop:function(e){
     $('.content').html('dropped!');
   }
});


live demo


google code

FullCalendar - full-sized drag & drop calendar

Average rating
(9 votes)

Uses AJAX to fetch events on-the-fly for each month and is easily configured to use your own feed format (an extension is provided for Google Calendar). It is visually customizable and exposes hooks for user-triggered events (like clicking or dragging an event).

ppDrag

Average rating
(4 votes)

ppDrag is a Drag&Drop plugin for jQuery, which mimics the interface of jQuery UI's Draggable. Currently supported is a small subset of its options, but the implementation is different (ppDrag focuses on performance).

The speed difference is more visible with slower CPU's. Also, due to JavaScript engine optimizations in the last generation browsers, the speed difference is less than with older browsers. For example, the difference is greater with Firefox 2 than with Firefox 3.

All major existing browsers are supported. This includes IE6/7, Firefox1/2/3, Opera, Konqueror, Safari, and probably others.