-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception when loaded -- jquery.ba-bbq.min.js:formatted:197 Uncaught TypeError: Cannot read property 'msie' of undefined #55
Comments
For those who might have the same problem one work around for this is found at : http://stackoverflow.com/questions/9638247/is-jquery-browser-deprecated#14431233 (also shown below). Take that code. Stick it in a js file and include it in your page before you reference the js file. You'll find your problem with the undefined browser (of which 'msie' is a property) go away. It's probably worth saying that the doco doesn't mention current versions of jQuery having been tested with jquery-bbq and so it may well be the case there are other problems to be encountered of a similar nature.
|
Also fixed by #48 |
I found this error when loading your plugin into my app. I read in the stakoverflow post that jQuery.browser() was removed.
http://stackoverflow.com/questions/14923301/uncaught-typeerror-cannot-read-property-msie-of-undefined-jquery-tools
The text was updated successfully, but these errors were encountered: