Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Use of Migration library in JQuery

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 111
    Comment on it

    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)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: