Learning JavaScript — Part Five: jQuery

Date

Timestamps

  • :14 — What is jQuery?
  • :46 — Using jQuery
  • 1:41 — Events
  • 2:23 — Hide/Show
  • 2:48 — Fade
  • 3:24 — Animations
  • 4:12 — Chaining

So now we know how to create webpages, add content to them and style the page. Now it’s time to learn how to change things on the page. And we do that with JavaScript. JavaScript is a programming language that resides in the browser, and it’s how things move, appear, disappear and do other things…


So now we know how to create webpages, add content to them and style the page. Now it’s time to learn how to change things on the page. And we do that with JavaScript. JavaScript is a programming language that resides in the browser, and it’s how things move, appear, disappear and do other things on the page. Today, we’ll learn about jQuery, which can make writing JavaScript a lot simpler and a lot more powerful.

Leave a Reply

Your email address will not be published. Required fields are marked *

I accept the Privacy Policy

This site uses Akismet to reduce spam. Learn how your comment data is processed.