I am using jQuery\'s sortable plugin to sort some lists. The lists I have are a lot, making the page scroll.
I set the <div class=\"container\"> .sortable(), and there are some elements in the container. When I drag the inner element, intend to开发者_JAVA百科 sort the element with the others, once the
I have a simple code example @ http://jsbin.com/ukiwo3/edit It has 2 connected lists and a lo开发者_如何学Goad of bound events. I\'m hopeful I\'ve missed something simple as based on http://jqueryui.
I\'m trying to get an ajax version of sortable working. I have this Javascript: <script src=\"/Scripts/jquery-ui/jquery.ui.widget.js\" type=\"text/javascript\"></script>
I have a list like so . <ul> <li>Main</li> <li> <ul> <li>Child 1</li>
I\'m trying to make a \'favorite links page\' where the sitemap is on the left, and you can drag your preferred links to the right.The items on the left that have been added to开发者_JAVA百科 the list
Jquery sortable seems really confusing when it comes to referring to the recently moved element ... so let\'s say I have this list :
I have table rows that are sortable depending on whether certain radio buttons are checked or not. The sortables are initialized on document.ready as follows:
first of all sorry about my English... Well, I try to create a sortable list of questions/answers and it works perfectly开发者_高级运维 in FF but not in IE. In IE, when I try to sort an answer (secon
Please take a look: http://jsfiddle.net/JeaffreyGilbert/VkghS/25/ Currently we can drag the bars to the left/right well. The problem is after we sort the color names, we cannot drag (not sort开发者_运