December 2013
Intermediate to advanced
384 pages
9h 54m
English
<head> <script src="local/jquery-2.0.3.min.js"></script> . . . or . . . <script src= "http://code.jquery.com/jquery-2.0.3.min.js"> </script> </head>
The jQuery library is just a .js file. You can load it just like any other JavaScript file. There are two ways to add jQuery to your web page.
The easiest method of adding jQuery to web pages is to use one of the several Content Discovery Network locations, or CDNs. A CDN allows you to load the libraries from a network of jQuery hosting servers spread globally. The benefit of this method is that the servers are spread globally so the downloads are distributed to multiple servers. Also, if the user has loaded another web ...
Read now
Unlock full access