Zen Follower
- Join Date:
- Feb 2009
- Posts:
- 354
- Plugin Contributions:
- 0
a jquery question
I'm currently using Jquery to bring up products in a lightbox on rolling over them on the product_listing page - this works well.. however the technique that I'm using requires that the <a href> tag is referenced to the image brought up in the lightbox - e.g.
<a href="images/1_MED.jpg" class="preview"><img src="images/1.jpg" alt="gallery thumbnail" /></a>.. this of course means that clicking on that image's thumbnail will take you to the URL of the image rather than it's product_info page as I need.
Does anyone understand this problem and have any suggestions?? - I've already tried to put an onmousedown link in there but it only occasionally overrides the <a href> link tag - any help is highly appreciated!
_thanks