Name | Date | Size | |
---|---|---|---|
.. | 2012-03-29 22:45:19 | 100 | |
build.scroll.properties | 2011-06-10 20:34:13 | 1 KiB | |
build.scroll.xml | 2010-05-06 18:09:50 | 346 | |
build.sortable.properties | 2010-05-06 18:09:50 | 990 | |
build.sortable.xml | 2010-05-06 18:09:50 | 335 | |
build.xml | 2010-06-17 03:52:15 | 756 | |
docs | 2012-03-29 22:45:19 | 13 | |
HISTORY.md | 2011-12-09 21:48:48 | 624 | |
js | 2012-03-06 07:33:50 | 4 | |
meta | 2011-06-03 07:20:15 | 3 | |
README.md | 2011-06-24 18:12:12 | 382 | |
tests | 2012-03-26 23:51:44 | 4 |
README.md
Sortable Utility
================
The Sortable Utility allows you to create a sortable list
from a container and a group of children. It also allows
you to join lists together in various ways.
YUI().use('sortable', function(Y) {
var sortable = new Y.Sortable({
container: '#demo',
nodes: 'li',
opacity: '.1'
});
});