this works

size = $("$the_table").find("tr").size();
last= $("$the_table").find("tr").gt(size-2);
$(last).addClass("lastrow");

Gurpreet

On 7/4/07, howa <[EMAIL PROTECTED]> wrote:
>
>
> var row = jQuery("#test > tbody > tr : last");
>
> something like that? (of coz the above one didn't work)
>
> thanks.
>
>


-- 
Gurpreet Singh

Reply via email to