On Mar 30, 2007, at 8:40 AM, Brunner Adam wrote:
> 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

argh! Sorry, I didn't see this email before sending mine. My dumb  
email app didn't thread the messages right, again.

Adam's solution above should work just fine for most situations.

--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com




_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to