Each day you'll be sent a free video lesson. At the end of the month, you'll be able to confidently use jQuery in your projects, without help.
Join 67187 students learning jQuery with us
jQuery provides dozens of different methods for traversing the DOM. You'll learn what the DOM is, and how jQuery can be used to fetch elements.
We respond to specific actions from the user through the use of events. "When the user clicks, or hovers, or double-clicks...do this."
We're not merely limited to retrieving information from the DOM; we can manipulate it as well! I'll teach you how to create, remove, and modify elements within a document.
If executed properly, a touch of animation can go a long way in an application. You'll learn how to use jQuery's animate method to enhance your applications.
With traditional JavaScript, the process of making asynchronous requests wasn't a job for the faint of heart. Luckily, jQuery makes the task laughably simple.
One of the secrets to jQuery's success is its vibrant plugin development community. You'll learn how to use existing plugins, and create your own from scratch.