jQuery.browser: Javascript Uncaught TypeError

后端 未结 4 1524
心在旅途
心在旅途 2020-12-10 17:07

I\'m experiencing an error which wont let my page load.

Uncaught TypeError: Cannot read property \'msie\' of undefined

The error

4条回答
  •  旧巷少年郎
    2020-12-10 17:38

    jQuery.browser was deprecated in version 1.3, and finally removed in 1.9.

    source

    As you can see in current version of jQuery, there is no $.browser property anymore.

    Most probably it was moved to plugin as was stated in docs.

    So if you use the very last version of jQuery, the undefined error is understandable.

提交回复
热议问题