Hi all,

Ok, it's not the perfect solution, but u can simple put an id on tr, and do
$('id').remove();

On Tue, Sep 16, 2008 at 10:53 PM, Justin Perkins <[EMAIL PROTECTED]>wrote:

>
> If all your HTML and JavaScript is in one file, you can put it in
> pastie and then provide a link. See here: http://pastie.org/
>
> Since you're using Prototype, you should take advantage of it's helper
> methods to traverse the DOM, such as Element#up and Element#down
> instead of messing with parentNode ... especially since the element
> returned from parentNode won't be a Prototype-extended element when in
> IE.
>
> Element#up: http://prototypejs.org/api/element/up
>
> -justin
>
> >
>


-- 
Thanks,

Diogo Neves
Web Developer @ SAPO.pt by PrimeIT.pt

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to