Hy, i this problem, have some li’s and in theme a link and an image:
<li><a href"somelink"></a><img src-""/></li>
<li><a href"somelink"></a><img src-""/></li>
...
I want to bind the img with the link, i mean when someone clicks on the image the link gets click on or something like this… but i dont want to use window.location.href…. i’m intrested if i could hook theme together using the same class… is this possible ?
Thank you
Looking at the page you posted: