Skip to content

Instantly share code, notes, and snippets.

@stroupaloop
Last active December 21, 2015 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stroupaloop/6265625 to your computer and use it in GitHub Desktop.
Save stroupaloop/6265625 to your computer and use it in GitHub Desktop.
jQuery 1.9 $.browser issue (Uncaught TypeError: Cannot read property 'msie' of undefined)
Replace instances of below
Original: $.browser.msie
Replacement: /MSIE/.test(navigator.userAgent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment