Skip to content

Instantly share code, notes, and snippets.

@DioVayne
Created July 4, 2013 09:25
Show Gist options
  • Save DioVayne/5926229 to your computer and use it in GitHub Desktop.
Save DioVayne/5926229 to your computer and use it in GitHub Desktop.
fix for old plugins using $.browser
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