options
rgbmultiselect - a plugin for choosing multiple options from SELECT lists
March 5, 2010 - 12:37am — rbuterbaughrgbmultiselect 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
- 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+
- small size (24K minified, 14K packed)
styleSelect
September 28, 2009 - 3:41am — simsikThis plugin replaces the standart select element with a custom looking selectbox. Plugin has keyboard support.
SnakeCharmer Selection Plugin
June 19, 2009 - 5:38pm — ptrAbout 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? :-)
jQuery Options Filter
April 8, 2009 - 5:17am — diyismJust add a class name 'options_filter' to any select element,
then focus it and type in some character,
now options will be filtered.
I just found that "jquery options filter" won't work in ie6,
but in ie7, ie8, you should add DOCTYPE, such as:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
jQuery Doubleselect Plugin
March 27, 2009 - 1:08pm — jogepjQuery Doubleselect Plugin
Fill in a second select box dependent on the first one.
Written by : Johannes Geppert
jSelect : Load and manage data in select elements
November 19, 2008 - 6:31pm — rvdevsignThis plugin enables to manage Select elements in forms. Offers the possibility to add options from an JS Array, a XML file or JSON datas, or even, directly from the Select itself with a prompt.
Usage example:
$('select').jselect({
data: [ [ 0, "Option 1" ], [ 1, "Option 2", true, "my-class" ] ],
replaceAll: false,
onChange: function(value, text){ isChange(value, text); },
onComplete: function(){ isDone(); },
loadUrl: "json.js",
loadDataType: "json"
});ContextMenu Plugin - Simple but powerful: themes, animations, many options, highly extensible
October 20, 2008 - 11:33am — mkruseThis plugin enables you to display a custom context menu on right click in browsers that support it. This is commonly used in web applications that are simulating desktop behavior or wish to add advanced functionality for their users.
There are other context menu plugins - so why did I write one? This one is extremely configurable, customizable, and extensible. If any part of the default behavior is not exactly what you need, it is very simple to override the default functionality without changing the plugin code. Several themes are included so you can display the context menus in a style that you pick. Writing your own themes is very simple. Understanding and customizing the CSS is straight-forward and documented.
There are many examples showing off lots of the functionality here. The best way to see what this plugin can do is to try it out!
http://www.javascripttoolbox.com/lib/contextmenu/
