jQuery Cloud Zoom Plugin and image zoom being actived by mouseenter or mouseover
Posted
by
masimao
on Stack Overflow
See other posts from Stack Overflow
or by masimao
Published on 2012-06-12T22:21:26Z
Indexed on
2012/06/12
22:40 UTC
Read the original article
Hit count: 314
I am using the jQuery Cloud Zoom Plugin and i need to add the "mouseenter" or "mouseover" event to activate the zoom when the user put the mouse over the thumbs.
So i have made this change in the line 359 of the file cloud-zoom.1.0.2.js (Version 1.0.2)
$(this).bind('mouseenter click', $(this) ...
It works, but if i pass the mouse quickly over the thumbs the "Loading" text doesn't disapear.
Someone knows what i have to change to solve this? Thanks for any help!
© Stack Overflow or respective owner