From b662f500bee34e1f4013871ce000014dfd19636d Mon Sep 17 00:00:00 2001 From: Jack Moore Date: Wed, 16 Oct 2013 00:05:12 -0400 Subject: [PATCH] Added simple fallback for touch events. Fixes #37 #39 Renamed minified file to jquery.zoom.min.js to match jQuery's convention. --- bower.json | 2 +- demo.html | 2 +- jquery.zoom-min.js | 7 ------ jquery.zoom.js | 57 +++++++++++++++++++--------------------------- jquery.zoom.min.js | 7 ++++++ readme.md | 4 ++++ zoom.jquery.json | 2 +- 7 files changed, 38 insertions(+), 43 deletions(-) delete mode 100644 jquery.zoom-min.js create mode 100644 jquery.zoom.min.js diff --git a/bower.json b/bower.json index 7fc1c95..7fa14a2 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "jquery-zoom", "description": "Enlarge images on click or mouseover.", - "version": "1.7.8", + "version": "1.7.9", "dependencies": { "jquery": ">=1.7" }, diff --git a/demo.html b/demo.html index f989ff1..0079ac6 100644 --- a/demo.html +++ b/demo.html @@ -35,7 +35,7 @@ #ex2 img:hover { cursor: url(grab.cur), default; } #ex2 img:active { cursor: url(grabbed.cur), default; } - +