Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More visibility to when an element is zoomed and made it easier to remove a zoom object #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 13, 2013

  1. Added class to parent element so it is apparent that the element is '…

    …zoomed', if the parent element has a [data-zoom='img.png'] attribute it will be loaded as the zoomed image, and added a namespace to each of the event handlers so we can destroy everything easily by calling .unbind('click.zoom mouseenter.zoom mousemove.zoom mouseleave.zoom mousedown.click').find('.zoomImg').remove();
    ScottRoach committed Mar 13, 2013
    Configuration menu
    Copy the full SHA
    387ac9e View commit details
    Browse the repository at this point in the history