Hi,
A click event occurs on a href tag, and I need to reference the class of a that is 9 levels up,
so:
<div class="blah" id="234">
<div>
<div>
<div>
<div>
<div>
<div><a href=""></a>
The only way I know is to call parent() 9 times, what else can I do?