Cross Reference: sortable-float-source-js.mustache
xref
: /
yui3
/
src
/
sortable
/
docs
/
partials
/
sortable-float-source-js.mustache
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
YUI().use('sortable', function(Y) {
var sortable = new
Y.Sortable
({
container: '#demo',
nodes: 'em',
opacity: '.1'
});
});