search for: slth

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

Did you mean: seth
2006 Mar 28
0
Moving all items from one Scriptaculous box to another
...<input type="submit" name="choose_none" value="&lt;&lt;" onClick="'' . flist = document.getElementById(\''firstlist\''); slist = document.getElementById(\''secondlist\''); var flth = flist.length; var slth = slist.length; for (var i = 0; i < slth; i++) { flist.appendChild(slist.options.item[i]); } slist.length = 0; Sortable.destroy(\''firstlist\''); Sortable.destroy(\''secondlist\''); Sortable.create(\''firstlist\'', {drop...