Getting Started with jQuery
Since jQuery is a JavaScript library, you will need to use a script tag to load it in. Loading It Local If you host your own server, you can download a copy from jQuery’s website, and then add it to a script tag to find on your server. Note: You must have a server. Most…