[jQuery] Sortables not working after adding item to container

2007-02-11 Thread Will
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

Re: [jQuery] Sortables not working after adding item to container

2007-02-11 Thread Rick Faircloth
Seems to be working fine in IE 7. Not able to add a menu item, however. Rick From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Will Sent: Sunday, February 11, 2007 3:43 PM To: jQuery Discussion. Subject: [jQuery] Sortables not working after adding item to container Hi, I'm

Re: [jQuery] Sortables not working after adding item to container

2007-02-11 Thread WG
: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

Re: [jQuery] Sortables not working after adding item to container

2007-02-11 Thread Will
er, note to self: RTFM!Directly from the sortables documentation page: In a sortable can be added new item by simply inserting the new item via DOM and then using SortableAddItem. embarassing! :| Only problem I'm having now is when I create the item, I'm adding the ID dynamically by