I have a table that\'s sortable.Within each row is a link that dynamically loads another sortable table (it expands the row).The problem I have is that if you don\'t click in the right specific area,
I have a s开发者_C百科orta-basic jquery/javascript question. The code below will create objects which can be dragged and dropped. If you click on an object, it will display the ID of the \"next\" obj
I have a table that starts out with a header and footer, and the user adds rows to it. I would like for the user to be able to organize these rows in some way, and it seems drag-and-drop is the most
I am using jQuery sortable to sort <li> tags. It works perfectly using Firefox, but the <li> height changes when dragged within IE8. I have added the following CSS stateme开发者_如何转开发
I have 2 lists: <h3>Available page layouts</h3> <ul id=\"pagepool\" class=\"connectedSortable\">
I\'m trying to sort images using: http://jqueryui.com/demos/sortable/display-grid.html And then somehow submit the newly sorted array/results into a MySQL Database using PHP?
I have 2 sortable lists, let\'s say \"modules\" and \"available-modules\" $(\".available-modules\").sortable({
I\'ve got a question about using sortable in a multilevel list. In a CMS I\'m using jQuery UI sortable to order my menu items. The system works in all browsers, but in IE it won\'t work. I\'ve made a
did 开发者_开发技巧somebody manage to sort multiple items at once with jquery.ui.sortable? we are working on a photo managing app.
Here is the exact copy of my code: jsFiddleCode As you can see I have a two sortable connected lists and when some item is dropped to them they execute functions subFunction and unsubFunction respect