jackmoore / zoom

jQuery plugin for zooming images on mouseover.
http://www.jacklmoore.com/zoom/
MIT License
1.54k stars 460 forks source link

destroying event fails in mobile safari. #77

Closed davidsalazar closed 9 years ago

davidsalazar commented 9 years ago

See: http://liveweave.com/fVRBc8

Tried to destroy the event in safari yet it fails. works on chrome.

davidsalazar commented 9 years ago

I'm a moron, just looked through your source and you're attaching those events after image loads.. So i just changed the destroy to happen after window load instead of dom ready and it works now.