You can remove anything using:
 $("p").*remove*();

p is the tag you can remove from form.

Exam.

$("tr").remove();

it works, so if you want, you can put this into a "for" command

atte.
Walter E. Zegarra.



2008/1/8, McLars <[EMAIL PROTECTED]>:
>
>
> 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:07am, 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?
>



-- 
Don´t Worry Be Walter & Alexita....!!!

Reply via email to