deniro
deniro

Reputation: 11

Jquery select multiple drag /drop

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

Answers (1)

Geoff Appleford
Geoff Appleford

Reputation: 18832

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

Demos here.

Upvotes: 1

Related Questions