jQuery Cloud Zoom Plugin and image zoom being actived by mouseenter or mouseover
- by masimao
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!