[jQuery] Re: Deleting an entire tr

2009-03-25 Thread lionel28
Thanks for replying. I managed to get it. Berny Cantos wrote: > > > Try using: > > $(this).parents('tr:eq(0)') > > or if using jQuery 1.3 or newer, you can use this one too: > > $(this).closest('tr') > > On 24 mar, 10:59, lionel28 wrote: >> Hello, I am trying to remove an entire tr row.

[jQuery] Re: Deleting an entire tr

2009-03-25 Thread xPheRe
Try using: $(this).parents('tr:eq(0)') or if using jQuery 1.3 or newer, you can use this one too: $(this).closest('tr') On 24 mar, 10:59, lionel28 wrote: > Hello, I am trying to remove an entire tr row. > > Please, someone help me. > This is what I use > > # > $(do