Top "Jquery-ui-sortable" questions

The jQuery UI Sortable plugin makes selected elements sortable by dragging with the mouse.

Drag-Drop elements between parent frame and child iframe

I am trying to drag-drop elements between parent frame and iframe using jQuery. I have a panel in parent frame …

jquery drag-and-drop jquery-ui-sortable jquery-ui-draggable droppable
jQuery using Sortable with dynamically added elements (live refresh)

I have a <form id="#form"> that have a <span class="con"> and inside the span …

jquery jquery-ui refresh live jquery-ui-sortable
jQuery Sortable List - scroll bar jumps up when sorting

I created a demo: http://pastebin.me/584b9a86d715c9ba85b7bebf0375e237 When the scroll bar is …

jquery jquery-ui jquery-ui-sortable
jQuery UI sortable table handle

I'm having some difficults with sortable option handle. When I use: $("table tr").sortable().disableSelection(); There is no problem. If …

jquery jquery-ui jquery-ui-sortable
How to use the "sortable" and "sorted" attributes in tables?

I recently saw in the W3Schools html tags reference two attributes I don't quite understand. The first is the &…

html html-table jquery-ui-sortable
jQuery: draggable connect to sortable. draggable item has a different DOM from sortable list

I am now able to drag an item to a sortable. But the sortable list has a different DOM. <!…

jquery jquery-ui-sortable draggable
drag event for jquery-ui-sortable

How to listen to drag event when a jquery-ui-sortable is being dragged? By hit-n-trial strategy, I've tried drag event from …

javascript jquery-ui drag-and-drop jquery-ui-sortable
jQueryUI draggable + sortable bug (Cannot read property 'options' of undefined)

My question seems to resemble this question: dragging from a sortable list to a drag and drop plugin But since …

javascript jquery jquery-ui jquery-ui-sortable jquery-ui-draggable
Jquery Sortable, delete current Item by drag out

My Problem: The sortable event out: fires when I drag something in the list or when I sort the list. …

javascript jquery jquery-ui-sortable
jQuery Sortable without jQuery UI

I am in need of "Sortable Drag & Drop" functionality and I'm using jQuery. I can't really use jQuery UI, …

jquery drag-and-drop jquery-ui-sortable