Setup Environment

To begin using JQuery after download, we need to include it into our code with the script tag, similar to javascript. We want to add it towards the bottom of our file. This is to avoid the code attempting to run before the page is fully loaded. We may put it towards the beginning, all this would mean is that we have to be a bit more careful when coding, and checking that the page is ready.

Here is an example of what we should do
tutorial

NEXT LESSON