Introduction to jQuery
JavaScript is used to add interactivity to the front end of a website. JavaScript works slightly differently in each browser, so to smooth out some of those inconsistencies, we're going to use jQuery, a JavaScript framework.
4 videos • 1 quiz • 3 code challenges
-
Play
Watch
Introduction to jQuery
2 minutes 23 seconds
-
Play
Watch
Using jQuery to Select Elements
0 minutes 51 seconds
-
Code Challenge
Take Challenge
Code Challenge: Using jQuery to Select Elements
2 objectives
-
Play
Watch
Using jQuery to Manipulate Elements and Add Behavior
1 minutes 9 seconds
-
ABC
Take Quiz
Quiz: Using jQuery to Manipulate Elements and Add Behavior
5 questions
-
Code Challenge
Take Challenge
Code Challenge: Using jQuery to Manipulate Elements and Add Behavior
3 objectives
-
Play
Watch
Including jQuery in our Project
9 minutes 58 seconds
-
Code Challenge
Take Challenge
Code Challenge: Including jQuery in our Project
5 objectives
You can include jQuery in several other ways in your project.
Find out how you would include jQuery if your code had to be included in the HEAD tag and not in the BODY.
Also find out what a CDN is and the benefit of using Google's CDN to serve jQuery.