Created
July 4, 2013 09:25
-
-
Save DioVayne/5926229 to your computer and use it in GitHub Desktop.
fix for old plugins using $.browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://stackoverflow.com/questions/14344289/fancybox-doesnt-work-with-jquery-v1-9-0-f-browser-is-undefined-cannot-read | |
replace $.browser.msie by navigator.userAgent.match(/msie [6]/i) | |
OF? | |
https://raw.github.com/house9/jquery-iframe-auto-height/master/release/jquery.browser.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment