Click event on Product main image click
-
Hi
I am trying to add some custom jquery functions to when a user clicks on the main image of any given product [in product details / single product page]. Mainly to add the fancybox for zoom or even in a modal whichever is easier.I have disabled the fancybox because I have made it so the user clicks on the thumbnails and the main image is replaced (Without disabling the fancy the main image replacement could not work). I want now to add the fancybox effect to when the main image is clicked using custom jquery. is it possible?
I have successfully handled click event for the thumbnail
jQuery('.thumbnails .zoom').click(function()....
However when I tried this for the main image nothing happened. Just the image opening in a new tab also no errors on console.
jQuery('woocommerce-main-image .zoom').click(function()...
What should I do to make the click event work for the main image click?
much appreciated
- The topic ‘Click event on Product main image click’ is closed to new replies.