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.
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
2 matches
Mail list logo