In our Bootstrap assignment, we downloaded Bootstrap and jQuery and installed them locally.
This time, we will instead link to a CDN which will serve jQuery and jQuery UI to our viewers for free.
The CDN we will use is Google, but many other companies also provide this service.
(If you would like to install jQuery locally, download it from
jquery.com. Likewise, you can download jQuery UI
from
jqueryui.com. Both sites also have many examples, tutorials,
and tips.)
Below is a very simple example that can also serve as a
template for our other examples. Simply copy the code into your text editor, save it as test1.html,
and load it into a browser!