I want to select multiple list from one box and drag it in to another box is it possible by using jquery ?
Asked
Active
Viewed 4,268 times
1
-
Duplicate of http://stackoverflow.com/questions/3774755/jquery-sortable-select-and-drag-multiple-list-items ? – Mottie Mar 07 '11 at 18:10
1 Answers
1
Yes, look at the jQueryUI framework - specifically the draggable, droppable, selectable and sortable plugins.
Demos here.

Geoff Appleford
- 18,538
- 4
- 62
- 85