I have an A tag which triggers the animation of it\'s great-great-great-grandparent. All of the following will work, but which is most efficient, and why?
$
You also can use parents('.foo:first'). I guess is pretty much the same as closest().
parents('.foo:first')
closest()