Yo ninjas, in this jQuery tutorial, we’ll take a look at exactly how we load jQuery into our web pages. You can do this either locally or by using a CDN. I normally pop the script tags just before the closing body tags, to make sure the page has fully parsed before the JS loads in.