Published - 7 years ago ( Updated - 7 years ago )
Caused by using old functionality in newer versions of jQuery.
For example: Some packages that support jQuery only support execution on the old version of jQuery, because he uses the method of .browser,
jQuery.browser() was marked as deprecated from jQuery 1.3. It was removed in 1.9.
Install the jQuery Migrate plugin if necessary.
So the new version of jQuery may have this error.
If you don't want to install jQuery Migrate plugin,
The solution found on the Internet is as follows, just add the code below to the new version of jQuery.
For example: Some packages that support jQuery only support execution on the old version of jQuery, because he uses the method of .browser,
jQuery.browser() was marked as deprecated from jQuery 1.3. It was removed in 1.9.
Install the jQuery Migrate plugin if necessary.
So the new version of jQuery may have this error.
If you don't want to install jQuery Migrate plugin,
The solution found on the Internet is as follows, just add the code below to the new version of jQuery.
No Comment
Post your comment