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 discuss@jquery.com http://jquery.com/discuss/