jquery-address
jquery-address copied to clipboard
Unable to get property 'msie' of undefined or null reference in IE10
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.
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/
Thx but t didn't seem to get rid of the issue either.
this will work even with ie7
http://stackoverflow.com/questions/15020826/how-to-support-placeholder-tag-in-ie8-and-9/21637490#21637490