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.

multiple


bsmSelect - Better Select Multiple

bsmSelect is a fork of asmSelect with some fixes and many enhancements : "asmSelect is a jQuery plugin providing progressive enhancement to select multiple form elements. It provides a simpler alternative with several advantages."

multiHtml

multiHtml will simplify adding multiple pieces of content of different types to an element. It is similar to $.html(), but it takes an arbitrary number of arguments, and appends each one to the element, allowing you to pass in strings, and jquery dom elements alike. The result is nested dom creating code that is much easier to read.

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)

Batch Image Load event

Applied on a list of img tags, waits for all images to be loaded (or errored) and only then invokes a user-provided callback function! Useful if you want to wait for all images to load and then do something.

multiselect2side - Select multiple double side

This plugin implement a version of select multiple (select with multiple="multiple") with 2 sides and buttons for move option between the 2 selects.

JQF1 JQuery FormOne Form styling

The most complete form style plugin.

Please use and RATE above my plugin! =)

  1. 1. Uses the original form elements sizes
  2. 2. Keeps click/change/focus/blur events and 'label for' shortcuts
  3. 3. Crossbrowser (Report bugs to azurem@gmail.com with browser and OS versions informations) - Tested Browsers: IE 6,7,8, Firefox 3.1 (win) 3.5 (win/mac), Safari 3.1 (win) 4 (win/mac), Opera 9.5,10, Chrome 3, 4, SeaMonkey 2.0, Flock 2.0
  4. 4. Customizable input standard texts
  5. 5. Keeps and uses the original elements all the time (Easy to use ajax)
  6. 6. Exclusive features: Select search filter, Select multiple checkboxes

Comming soon: Required fields and better input file enhancements

URL to download and HOWTO: http://www.azurem.com/jqf1

jQuery Multiple Select Box Plugin

jQuery Multiple Select Box Plugin

Replace browser's default multiple select box with overflow: auto.

Select Automatically when dragging and scrolling.

取代瀏覽器預設的多選框組件,並加入自動選取功能。

Tested with: Chrome 2+, Firefox 2+, IE 6+, Opera 10+, Safari 4+

Original:

<select multiple="multiple">
    <option>Item 1</option>
    <option class="selected">Item 2</option>
    <option><font color="red">Style Item 3</font></option>
    <option style="margin-left: 20px">Style Item 4</option>
    <option>Style It<br />em 5</option>
</select>

Demo: http://dl.dropbox.com/u/8316573/index.html

SnakeCharmer Selection Plugin

About SnakeCharmer

SnakeCharmer is a small and simple plugin for jQuery. It helps you to make logical connected selections of HTML elements. Think of a bunch of options (maybe generated out of some datasets) from which a range of multiple ones (or even a single one) can be selected. A typical example would be a calendar where the user should select some days for his summer leave days. Or, you have a seat plan where a client should select the seats he want to reserve for the weekly sneak peak in the local cinema. Beside that, with SnakeCharmer you easily can restrict the available seats according to the latest booking stand by specifying the initial jQuery selector string to not include elements that use a certain class name (which in turn may be used to visually format already reserved seats). Pragmatic, isn't it? :-)

Bulkuploader

This plugin enables you to do mutiple file uploading. The plugin is an extension function for the jQuery, easy to use.

MultiSelectBox

Replace the standard select box with a custom skinnable one.
It's a good replacement for multi select elements.

Usage example:

$("#select-wrap").multiselectbox();

<div id="select-wrap">
<select multiple name="toppings" id="id_toppings">
    <option value="mushrooms">mushrooms</option>
    <option value="greenpeppers">green peppers</option>
    <option value="onions">onions</option>
    <option value="tomatoes">tomatoes</option>
    <option value="olives">olives</option>
</select>
</div>