I’m trying to move from old Scriptaculous code to jQuery.
Here is a jsFiddle:
http://jsfiddle.net/jpencausse/ZmQV6/
<div class='column'>
<div class='box'>...</div>
<div class='box'>
<div class='handle'><h3>Box Title</h3></div>
<div class='box-body'>
<ul>
<li>Item 1</li>
<li>Item 2
<ul>
<li>Item 2-1</li>
<li>Item 2-2</li>
<li>Item 2-3</li>
</ul>
</li>
<li>Item 3</li>
</ul>
</div>
</div>
</div>
<div class='column'>...</div>
I’m looking for a jQuery Plugin:
- Sorting between .box in a column or connected with other columns
- Sorting between UL/LI (if boxes have a handle)
- Nested Sorting of UL/LI
- Compatible IE7+, FF, Chrome (could be IE9+)
- Without the weight of jQuery UI
Known library:
- html5sortable => Can’t do 2. and 3.
- nestedSortable => Can’t do 5. not sure for 2. + 3.
- jquery.nestable.js => Not sure for 2.
Any ideas ?
At least a way to use html5sortable (clean API) with .box and nested UL
like this? it takes advantage of jQuery UI sortable/drag & drop
http://imstillreallybored.com/music/widgets/