Front page › Forums › jQuery ZoomIt plugin › How to remove onclick event › Reply To: How to remove onclick event
June 9, 2014 at 11:51 AM
#353
Thank you, happy to hear you like it. You can use other mouse event, like mouseenter or mouseover. All you must do is specify the parameter mouseEvent, for example:
$(‘.myElement’).jqZoomIt({ mouseEvent : ‘mouseenter’ });
All parameters can be found on the plugin page here:
http://www.constantinb.com/project/jquery-image-zoom-zoomit/