I’m looking for a jQuery plugin that has similar functions as Chosen (the multiple select feature) but with a user-friendly possibility of ordering of values.
Is there any?
Context: I want to let my users create their own “speed dial” (a bunch of icons that are links to pages a user uses often; i.e., customizable set of links) and the ordering of icons is important.
Thank you!
Have you thought of combining Chosen with jQueryUI? Because they are list items, the multiple select feature would work well with the sortable feature of jQueryUI, especially as a grid:
http://jqueryui.com/demos/sortable/#display-grid