Main content
Unit 7: HTML/JS: Making webpages interactive with jQuery
About this unit
Learn how to use jQuery, the world's most popular JS browser library, to add interactivity to your webpages.Get an overview of the jQuery library, meet the inventor, and try using jQuery in a webpage.
Learn how to access the DOM using jQuery and CSS selectors.
Learn
Learn how to modify your webpage DOM and create new DOM nodes with jQuery.
Learn
Learn a few common techniques used by jQuery developers, like chaining function calls and looping through collections.
Learn
Practice
Learn how to use jQuery to add event listeners to elements, so that you can respond when users do things like click, press keys, scroll, drag, and more.
Learn
Learn how to use jQuery to process forms in the browser, like to make quizzes or games.
Learn
Learn how to use jQuery to animate elements with effects like fading and sliding.