Reputation: 10926
does anyone know of a native way to implement multiple element select paired with jquery UI sortable
http://threedubmedia.com/code/event/drop/demo/selection
or do you think i should just whip my own custom solution together?
Upvotes: 1
Views: 2729
Reputation: 10926
ok so i got it...
it is a combination of
http://jsfiddle.net/benstenson/qPJFe/
and http://threedubmedia.com/code/event/drop/demo/selection
http://comp345.awardspace.com/sortable/js/ui.multisortable.js
Upvotes: 2