Migrate Library in JQuery
While using Jquery you have seen the error $.browser error.
This error comes often when we try to use a legacy jquery function in new version of jquery file.
The latest version does not support the older function and this error gets generated on your browser.
We will resolve this problem by adding a library that will make compatibility between the older functions and the new JQuery library
<script src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script>
Adding this line in your code will resolve the issue in your application
0 Comment(s)