Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnny/jquery-sortable
A flexible, opinionated sorting plugin for jQuery
https://github.com/johnny/jquery-sortable
Last synced: about 1 month ago
JSON representation
A flexible, opinionated sorting plugin for jQuery
- Host: GitHub
- URL: https://github.com/johnny/jquery-sortable
- Owner: johnny
- License: other
- Created: 2012-07-23T21:46:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T21:32:35.000Z (over 1 year ago)
- Last Synced: 2024-10-10T19:01:52.963Z (about 1 month ago)
- Language: HTML
- Homepage: http://johnny.github.io/jquery-sortable/
- Size: 15.7 MB
- Stars: 1,518
- Watchers: 86
- Forks: 442
- Open Issues: 119
-
Metadata Files:
- Readme: README.mkd
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# jQuery Sortable
jQuery Sortable is a flexible, opinionated sorting plugin.
It enables items in a list (or table etc.) to be sorted horizontally and vertically using the mouse.
Supports nested lists and pure drag/drop containers.jQuery Sortable does not depend on jQuery UI and works well with Twitter's Bootstrap (You can even sort the Bootstrap navigation).
More information can be found on [http://johnny.github.com/jquery-sortable/](http://johnny.github.com/jquery-sortable/).
## Dependencies
jquery (>= 1.7.0)
## Development Dependencies
jQuery Sortable is developed using [middleman](http://middlemanapp.com/).
A **bundle install** shoud pull in everything needed.