Remove() does not delete elements. It only removes them from the DOM.
I don't know where they go, but they do hang around somewhere. It's
rather annoying, IMO. I have heard this may change in the next
release, so removed elements are actually deleted.

Does anyone know if this is true?

Larry


On Jan 8, 8:07 am, justinteractive <[EMAIL PROTECTED]>
wrote:
> Hi folks,
>
> I'm using remove() to remove a list, then re-creating a list using the
> same id. Remove does not appear to be actually removing the instance.
>
> If I check for the element, it returns true, but if I try to work with
> it nothing happens? Firebug shows no evidence of the list either.
>
> Anyone experienced similar?

Reply via email to