This jQuery Tutorial for beginners will help you get jQuery on your page and get up-to-speed with how to use basic jQuery commands.

What is jQuery? As you’ll see in this tutorial, even beginners to javascript can write jQuery within minutes. It’s also the most universally used javascript library in the world at present, so odds are your next employer will be using it.

The first thing we’ll be doing in this jQuery lesson is showing, hiding, fading, & sliding. Next, we’ll modify contents of elements and learn to do a better job keeping our code clean.

Lesson #2: Listen to user events and respond with jQuery actions!
https://www.youtube.com/watch?v=G-POt…

Lesson #3: Clean up the jQuery by putting some data in the HTML