
Master basic jQuery selectors by using the dollar sign, selecting paragraphs and headers, targeting by id or class, and combining selectors with commas to reach multiple elements.
Explore jQuery animation effects, including show, hide, fade, slide, and toggle, and learn to customize animations with the animate method and a duration for properties like width and padding.
Learn how to manipulate element attributes with jQuery's attr method by selecting all anchor tags, changing href to Google, and retrieving attribute values when only one argument is provided.
In this course we cover the basics of jQuery including effects, manipulation, dynamic creation of elements, and interaction events. While Javascript is a very powerful language, we often have to write a lot of boilerplate code to work with different browsers. jQuery abstracts some of that logic away from us, so that we have more utilitarian functions that we can work with. Essentially, it’s a library that boosts Javascript front-end development.
We’ll explore jQuery to add and remove elements from the Document Object Model (DOM), we’ll look at event handling, and look at some other techniques that jQuery allows us to use that will make our development a bit easier.
Course Includes:
What You'll Learn: