Hi!
> $(this).parent('td').parent('tr').highlightFade(...
>
> Is there shorthand syntax for ".parent('td').parent('tr')"?
Sorry, made a typo. So this is the solution for you:

$(this).parents('tr').highlightFade(...

Cheers,
Adam


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to