Right click on the “Hello, World!” text on the page and choose Inspect Element. At this point, the jQuery library is now being loaded into your site, and you have full access to the jQuery API. Selectors are how we tell jQuery which elements we want to work on. We have created the jQuery Migrate plugin to simplify the transition from older versions of jQuery.

Generally, classes and ids are what you will encounter the most — classes when you want to select multiple elements, and ids when you want to select only one. The jQuery CDN supports Subresource Integrity (SRI) which allows the browser to verify that the files being delivered have not been modified. Software engineer and open source creator.

Return to your index.html file and add a