| commit | author | age | ||
| 83c3f6 | 1 | # jQuery Sortable |
| SP | 2 | |
| 3 | jQuery Sortable is a flexible, opinionated sorting plugin. | |
| 4 | It enables items in a list (or table etc.) to be sorted horizontally and vertically using the mouse. | |
| 5 | Supports nested lists and pure drag/drop containers. | |
| 6 | ||
| 7 | jQuery Sortable does not depend on jQuery UI and works well with Twitter's Bootstrap (You can even sort the Bootstrap navigation). | |
| 8 | ||
| 9 | More information can be found on [http://johnny.github.com/jquery-sortable/](http://johnny.github.com/jquery-sortable/). | |
| 10 | ||
| 11 | ## Dependencies | |
| 12 | ||
| 13 | jquery (>= 1.7.0) | |
| 14 | ||
| 15 | ## Development Dependencies | |
| 16 | ||
| 17 | jQuery Sortable is developed using [middleman](http://middlemanapp.com/). | |
| 18 | A **bundle install** shoud pull in everything needed. | |