jackmoore / zoom

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

support for handeling click events #4

Closed mrbase closed 12 years ago

mrbase commented 12 years ago

i needed this to be able to open up the full image in a colorbox window, hope you can use it

jackmoore commented 12 years ago

Whoops, that should be '.zoomImg'.

jackmoore commented 12 years ago

Now that I think about it, that wouldn't work because the image won't be added to the document until it has finished loading. I need to add a callback. Sorry about the confusion, I'll put out an update that includes a callback.

mrbase commented 12 years ago

yeah, i have tried to bind the click event to the .zoomImg as you suggested and no it does not work

adding the callback is a good idea, i will close this pull request.