[jQuery] Problems with finding parental <a>-tag
Hi,
I have a situation where I have an image with a specific class. I need
to find the <a>-tags surrounding this items class, but could not make
is, as I have different situations that are totally dynamic -
unfortunately.
<a href="..."><div><div><div><img class="thisClass">
</div></
div></div></a>
and
<a href="..."><b><img class="thisClass">
caption</b></a>
Anybody knows of a good idea on how to select the surrounding <a>-tags
of all items with class="thisClass"?
Thanks a lot - this made me headache...
Christoph, using 1.2.6