jaukia / zoomooz

An easy-to-use jQuery plugin for making zooming web pages.
http://janne.aukia.com/zoomooz/
1.79k stars 275 forks source link

jQuery 1.9.0 depricated $.browser.webkit #53

Closed ghost closed 11 years ago

ghost commented 11 years ago

Hi,

Just a "heads up". I just started using jQuery v1.9.0 and found that $.browser is no longer supported on line 288 of the "version 0.10" script here on Github.

var useNativeAnim = ($.browser.webkit && settings.nativeanimation);

I just removed it like this:

var useNativeAnim =settings.nativeanimation;

...and all is well. Great script by the way!

cecilehabran commented 11 years ago

Thanks for the tip, I just had the same issue and your comment fixes it :-)

gungfoo commented 11 years ago

please commit this patch to the main version

jaukia commented 11 years ago

Thanks all, I'll fix this soon.

jaukia commented 11 years ago

This is now fixed in Zoomooz.