Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Doesn't work with JQuery 1.9.0 #15

Closed
mrisher opened this issue Feb 7, 2013 · 5 comments
Closed

Doesn't work with JQuery 1.9.0 #15

mrisher opened this issue Feb 7, 2013 · 5 comments

Comments

@mrisher
Copy link

mrisher commented Feb 7, 2013

This seems to work with jquery 1.2.6, the version used in their sample files, but not with more recent copies. YMMV.

@mountainash
Copy link

Should be a pretty easy fix. It seems it's due to the use of the depreciated "browser" lookup to decide if a GIF or PNG image is used. I might fork a version now that scraps that code and just uses PNG (old IE users must be getting used to seeing a grey square around alpha transparent images by now).

@mountainash
Copy link

@Twenty7
Copy link

Twenty7 commented Apr 13, 2013

Thanks for the fix. I don't suppose this will be merged in the master by any chance ?

@Adri74100
Copy link

For information, to keep the GIF support, you can replace
$.browser.msie with navigator.appName == 'Microsoft Internet Explorer'
and $.browser.version with parseFloat(navigator.appVersion)

@jnunemaker
Copy link
Owner

I am not currently supporting this anymore as it says in the repo description. Feel free to fork and fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants