🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

dragOptions is a lightweight jQuery plugin that enhance the native select element with sortable & draggable options.

Select

Documentation

jQuery Draggable Select Options

Description:

Use with native selects. Sort list of options by drag'n'drop.

Supported Browsers:

Chrome, Firefox, Opera, Safari.
IE (any) not supported due to "problems" with <option> object. :(

Usage:

$("select").dragOptions({});

Example here: http://nikitaka.github.io/jquery.dragOptions/example.html

Options:

{     highlight: 'String'    // Symbol(s) to highlight draggable option.     onDrag: function(){}   // (v. 1.1) Callback while dragging an option.     onChange: function(){} // (v. 1.1) Callback after mouse button released. }

LICENSE

MIT


You May Also Like