Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.