Sortable

From Logic Wiki
Jump to: navigation, search


Sortable

Sort items from one list into another and vice versa, by passing a selector into the connectWith option. The simplest way to do this is to group all related lists with a CSS class, and then pass that class into the sortable function (i.e., connectWith: '.myclass').

Donwload Link

http://api.jqueryui.com/sortable/