Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

multi


Multisortable and Multiselectable

The multisortable jQuery UI plugin "wraps" the sortable functionality of jQuery UI to provide the ablity to move more than one item at a time.
In addition to all the options that can be passed into the sortable functionality of jQuery UI,
multisortable (as well as multiselectable) also takes the following additional properties:

  • selectedClass which is the class that will be assigned to the selected items.
    If no selectedClass property is specified, 'selected' will be used.
  • click which is a function that will fire when the user clicks on an item, it accepts two arguments, the event, and the item being click on.

rgbmultiselect - a plugin for choosing multiple options from SELECT lists

rgbmultiselect v1.1.1 is a jQuery plugin that turns standard HTML SELECT fields (single and multiple) into easier-to-use widgets. Users can more easily select and filter options and use both the mouse and keyboard to interact with the options. It has a variety of features and configuration options, including:

  • widget fits in the space of a single text input field
  • supports sticky and exclusive options
  • supports subheader designations
  • comprehensive callback support
  • can set a maximum limit on the number of options selected
  • all selections stored using the backing SELECT box for maximum compatibility and degradability
  • cross-browser: IE 6+, Firefox 2+, Safari 3+, Opera 9+, Chrome 1+
  • reasonable size (31K minified, 16K packed)

jQuery Two Sided Multi Select

The jQuery Two-Sided Multi-Selector converts a multi-select list into a two-sided select list with Add / Add All and Remove / Remove All options. The list will not affect the post-back as the selector will create the elements with the correct name - this means it can safely be used to add functionality to your multi-select list without needing any changes to how you handle the post-back on the server.

View a demonstration

Read the documentation

Multiswipe

A simple plugin to enable multi-touch swipe events in Mobile Safari. Based off of jSwipe by Ryan Scherf.

View the demo (Mobile Safari required).

PARAMETERS

threshold: (x | default 100) Sets the tolerance level of what is considered a swipe (in pixels)
fingers: (x | default 2) Sets the exact number of fingers necessary to trigger the event
swipeUp: (function | default alert) Callback when a user does a bottom-to-top swipe gesture
swipeDown: (function | default alert) Callback when a user does a top-to-bottom swipe gesture
swipeLeft: (function | default alert) Callback when a user does a right-to-left swipe gesture
swipeRight: (function | default alert) Callback when a user does a left-to-right swipe gesture

SAMPLE USAGE

Date Normalizer 0.1

- This plugin is under development -

This plugin receive a string in input box and the plugin reconstruct the date with options in input.

In particoular the system receive a date in strange format and normalize it with specified.

For example: Input -> 123 Output -> 01-02-2003

For more information check the web site.

Please report all bugs you encountered, if you want you can send me an email or you can report in my Tracker at: dev.walterdalmut.com