I have hold of an "A" tag, and I would like to know what classes it's parents have got...so:
<div class="topone">
<div class="middleone">
<a href="#" class="thisone">tag</a>
</div>
</div>
So I've got "thisone", but I want to know if there is a div above it somewhere that has the class of "topone"
...no jquery though, can't use jquery for this