[jQuery] UI-sortble lists
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16809" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>I have two sortable lists connected to each other
using:<BR><BR><BR>$("#listOne").sortable({<BR> connectWith:
["#listTwo"]<BR>});<BR>$("#listTwo").sortable({<BR> connectWith:
["#listOne"]<BR>});<BR><BR><BR>What I am looking for is a way to select ALL
items in the first list and<BR>magically move them all into the second list.
Essentially a "select all"<BR>function.<BR><BR>Can anybody help
me?<BR><BR><BR>Sonia</DIV></BODY></HTML>