Top "Jquery-ui-sortable" questions

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

jQuery UI Sortable, then write order into a database

I want to use the jQuery UI sortable function to allow users to set an order and then on change, …

php jquery mysql jquery-ui jquery-ui-sortable
Jquery sortable 'change' event element position

Is there way to get current position of helper being dragged on over new position ? $("#sortable").sortable({ start: function (event, …

jquery jquery-ui-sortable
Using jQuery UI sortable with HTML tables

I want to output some data from the database in a HTML table, and I want the user to be …

jquery jquery-ui html-table jquery-ui-sortable
jQuery UI Sortable Position

How do I track what position an element is when its position in a sortable list changes?

jquery jquery-ui jquery-ui-sortable
Sort divs in jQuery based on attribute 'data-sort'?

If I have several divs: <div data-sort='1'>div1</div> <div data-sort='4'&…

jquery jquery-selectors javascript jquery-ui-sortable
jQuery draggable and droppable between two containers and sortable

Im trying to develop a small page that has the following functionality: Page will have two divs: one being #origin, …

jquery jquery-ui-sortable jquery-ui-draggable jquery-ui-droppable
jquery UI Sortable with table and tr width

I am using jQuery UI sortable to make my table grid sortable. The code seems to work fine but because …

jquery jquery-ui jquery-ui-sortable
Drag and drop sortable ng:repeats in AngularJS?

Is it at all easy to use jQuery.sortable on ng-repeat elements in AngularJS? It would be awesome if re-ordering …

javascript angularjs jquery-ui-sortable
Preventing click event with jQuery drag and drop

I have elements on the page which are draggable with jQuery. Do these elements have click event which navigates to …

javascript jquery events drag-and-drop jquery-ui-sortable