1

I want to select multiple list from one box and drag it in to another box is it possible by using jquery ?

deniro
  • 11
  • 1
  • 2
  • Duplicate of http://stackoverflow.com/questions/3774755/jquery-sortable-select-and-drag-multiple-list-items ? – Mottie Mar 07 '11 at 18:10

1 Answers1

1

Yes, look at the jQueryUI framework - specifically the draggable, droppable, selectable and sortable plugins.

Demos here.

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