search for: childsort_

Displaying 1 result from an estimated 1 matches for "childsort_".

2006 Jun 24
0
Sortable with sortables? this.destroy not a function O_o
...array for push var mainDiv = ''main''; // some already present div to carry all stuff. function newList() { var sortlist = Builder.node(''div'', {id:''parent_''+randomId}, [ Builder.node(''ul'', {id:''childsort_''randomId}) ]); // wrapping another div around the list for dragging. $(mainDiv).appendChild(sortlist); // append to dom myLists.push(''childsort_''randomId); // push to list array reinitAllLists(); // reinit all. enableSortable(); // make w...