Reputation: 11
I want to select multiple list from one box and drag it in to another box is it possible by using jquery ?
Upvotes: 1
Views: 4281
Reputation: 18832
Yes, look at the jQueryUI framework - specifically the draggable, droppable, selectable and sortable plugins.
Demos here.
Upvotes: 1