[jQuery] Sortables not working after adding item to container

[jQuery] Sortables not working after adding item to container

<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana,helvetica,sans-serif;font-size:10pt"><div style="font-family: verdana,helvetica,sans-serif; font-size: 10pt;">Just a guess ... but you probably need to destroy and re-create the sortable so as to include the new <li> element.  scriptaculous works like this as well. 
- wg
<div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----
From: Will <willthemoor@gmail.com>
To: jQuery Discussion. <discuss@jquery.com>
Sent: Sunday, February 11, 2007 12:43:21 PM
Subject: [jQuery] Sortables not working after adding item to container
Hi,
I'm trying to sketch out a "menu builder" and I'm using Interface's Sortables.  Everything works fine until I add an LI to the UL.  Well, everything continues to work fine except that the new menu item isn't
draggable/sortable.  I suppose it is sortable because you can drag existing ones below it and the list will properly reorder.  If you try to drag the item you just copied, no luck.  The new item has both the same class as the other list items and it has an ID. 
Do I need to "refresh" the sortable plug in when adding new items?  If so, how might I do that?
Here's an example page:  <a rel="nofollow" target="_blank" href="http://luktown.org/js/sortable_list.html">http://luktown.org/js/sortable_list.html
</a>
Thank you much,
Will
<div>_______________________________________________
jQuery mailing list
discuss@jquery.com
<a target="_blank" href="http://jquery.com/discuss/">http://jquery.com/discuss/</a>
</div></div>
</div></div></body></html>_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/