Displaying 1 result from an estimated 1 matches for "secondl".
Did you mean:
  second
  
2006 Mar 28
0
Moving all items from one Scriptaculous box to another
...;></script> 
 <script src="js/scriptaculous.js" type="text/javascript"></script> 
 <script type="text/javascript"> 
  // <![CDATA[ 
function spt_form_submit() 
{ 
  document.spt_main_form.spts.value= 
           Sortable.sequence("secondlist").join("'' . ''_'' . ''"); 
  return true; 
} 
  // ]]> 
 </script>''; 
(Following defines the two boxes, selectable ("firstlist") and selected 
("secondlist") 
with the two buttons between them: 
 * &q...