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 r
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
Still having the problem ?
On Jan 8, 2008 9:58 AM, David McFarland <[EMAIL PROTECTED]> wrote:
>
>
> On Jan 8, 2008, at 7:07 AM, justinteractive 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 actua
On Jan 8, 2008, at 7:07 AM, justinteractive 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 noth
4 matches
Mail list logo