A small jQuery plugin for zooming images on mouseover or mousedown. See the project page for documentation and a demonstration. Released under the MIT license.
- Replaced jQuery shorthand methods with on() in anticipation of jQuery 2.0
- Added 'toggle' behavior to zoom in/out on click. Example: $('#example').zoom({ on:'toggle' });
- Removed the icon property in favor of just using CSS.
- Created $.zoom which contains the positioning logic, so that users can write custom controls or event handling.
- Added 'target' property for specifying the element that displays the zoomed image.
- Changed API & added option to activate on click.
- Added 'callback' property that will execute a callback function once the image has loaded.
- Fixed a bug relating to the 'grab' property
- Fixed a positioning bug
- Added 'grab' property
- First release