hi all,
i'm having this markup:
<ul class=container>
<li rec=1>
<div>
<div>
<div>i'm here</div>
</div>
</div>
</li>
</ul>
now i'm at the div element ("i'm here"), how can i get reference to the li?
i tried div.parent("li");
but didntwork ..