Skip to content
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

Unable to get property 'msie' of undefined or null reference in IE10 #183

Open
Marcelive opened this issue Oct 14, 2013 · 3 comments
Open

Comments

@Marcelive
Copy link

When using the latest jquery Address this error pops up in IE10 alone, all other browsers work without any issue.

SCRIPT5007: Unable to get property 'msie' of undefined or null reference
jquery-ui-1.8.13.custom.min.js, line 57 character 472

This happens to your latest sample files when running it in IE10.

Please advise if this is a browser issue or if something can be done that IE10 doesn't see this as a scripting error.

@serverleader
Copy link

This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.

https://github.com/jquery/jquery-migrate/

@Marcelive
Copy link
Author

Thx but t didn't seem to get rid of the issue either.

@serverleader
Copy link

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

No branches or pull requests

2 participants