Drag And Drop Sort Summary
The jQuery Drag And Drop Sort project is a plugin that adds drag and drop sorting to any group of elements.
This means you can apply drag and drop sorting to a table or a list or practically any group of elements, such as some paragraphs inside a division.
Sortable list
- One
- Two
- Three
- Four
Sortable table
Name | Value |
---|---|
One | 1 |
Two | 2 |
Three | 3 |
Four | 4 |
Sortable paragraphs
Sortable divisions
First Item
Second Item
Third Item
Fourth Item
Options
- classmodifier
- Used to apply class names to the elements created by the plugin. You only need to specify a class modifier if you have a name-clash.
- appendlastline
- Specifies whether the plugin should add an additional line to allow items to be dragged to the very end of the list. Defaults to "true", but can be set to "false" if desired.
- containsInputs
- If the drag and drop sort contains input boxes, this setting lets you still click in them. Defaults to "false", but switch to "true" if you have textboxes or other inputs in the sortable area.