Here’s a problem I’ve hit on a few occasions with the very cool jQuery.ui.sortable plug-in. When you’re sorting elements that are clickable it often happens that when you drop your sortable item in a new sort location that the click event of the item fires.
For example check out this page: http://www.west-wind.com/WestwindWebToolkit/samples/Ajax/AmazonBooks/BooksAdmin.aspx
Notice that each of the items are clickable to bring up in-place editing for each item via a popup window. Now click on the Sort ...
No comments yet, be the first one to post comment.