Use with native selects. Sort list of options by drag'n'drop.
Chrome, Firefox, Opera, Safari.
IE (any) not supported due to "problems" with <option>
object. :(
$("select").dragOptions({});
Example here: http://nikitaka.github.io/jquery.dragOptions/example.html
{
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.
}