I have a jQuery UI tab control.It contains blocks that can be sorted.They can also be dropped on other tabs.When a block is dropped on another tab, I want to use the slide effect to hide the block fro
I\'m trying to implement a simple connected sortable whose display can be toggled by the user. $(\'#toggle\').click(function(){
Given two simplest connected sortables, Problem (updated). when a draggable item le开发者_如何学Pythonaves its container, the container should not accept it back while the item is still being dragged
i\'m new to Jquery and am struggling to work out how to solve my problem. I have two unordered lists, List A and List B. List A is sortable using .sortable({ axis: \'y\' }) method. When List A is re
开发者_如何学JAVAWhy I am getting 2 alert messages when I change the order of the html sortable div tags?
I want to use this jQuery-UI-sortable in a project What is the best practice to UPDATE the database after the user has finished sorting it?
I have a problem with a jQuery shuffle plugin I found. It breaks my nested sortable lists. At the bottom I put a link to a demo showing the problem, which is described below.
I am using the jQuery UI Draggable/Sortable demo (http://jqueryui.com/demos/draggable/#sortable) for the basis of my pr开发者_开发问答oject. I need to get a reference to the <li> that gets clone
I am using this loop in Javascript: $.get(\'showplaylist.php\', {playlist: \"inbox\"}, function(data){
I have an li list with jQuery sortable attached to it. But the receive function is never executed.When I drag list item 10 to the 2nd position the way I expect this code to execute is to execute the r