DwellerMatt / zoom

jQuery plugin for zooming images on mouseover.

Home Page:http://www.jacklmoore.com/zoom/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Zoom

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.

Changelog:

v1.7.1 - 2013/3/12

  • Replaced jQuery shorthand methods with on() in anticipation of jQuery 2.0

v1.7.0 - 2013/1/31

  • Added 'toggle' behavior to zoom in/out on click. Example: $('#example').zoom({ on:'toggle' });
  • Removed the icon property in favor of just using CSS.

v1.6.0 - 2013/1/22

  • Created $.zoom which contains the positioning logic, so that users can write custom controls or event handling.

v1.5.0 - 2012/11/19

  • Added 'target' property for specifying the element that displays the zoomed image.

v1.4.0 - 2012/9/29

  • Changed API & added option to activate on click.

v1.3.0 - 2011/12/21

  • Added 'callback' property that will execute a callback function once the image has loaded.
  • Fixed a bug relating to the 'grab' property

v1.2.0 - 2011/11/15

  • Fixed a positioning bug

v1.1.0 - 2011/11/15

  • Added 'grab' property

v1.0.0 - 2011/11/11

  • First release

About

jQuery plugin for zooming images on mouseover.

http://www.jacklmoore.com/zoom/