jQuery.ui Sortable
Posted by: Rick Strahls WebLog,
on 28 Apr 2008 |
View original | Bookmarked: 0 time(s)
Sorting of a list of items is a common task in any user interface. Personally I've been wanting to add sorting to a number of applications for ages, and some time ago I started down the path of building something of my own to handle this task on the client side with JavaScript. Ok, I failed - I got most of it almost working but there were always a few things that just didn't work quite right. I've also tried a few other components that do sorting and most are quirky or don't work well cross...