Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • CDN in jQuery

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 95
    Comment on it

    CDN is a Content Delivery System which are deployed in multiple data centers across the internet. It's goal is to serve end users. There are 3 popular jquery CDNs:
    1. Google
    2. Microsoft
    3. jQuery.

    Load jQuery from CDN:

    Code to load jQuery Framework from Google CDN

    <script type="text/javascript"
        src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">
    </script>
    

    Code to load jQuery Framework from Microsoft CDN

    <script type="text/javascript"
        src="http://ajax.microsoft.com/ajax/jquery/jquery-1.9.1.min.js">
    </script>
    

    Code to load jQuery Framework from jQuery Site

    <script type="text/javascript"
        src="http://code.jquery.com/jquery-1.9.1.min.js">
    </script>
    

 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: