Let's Learn JQuery

In this tutorial we will learn the foundations of JQuery. Once this is done you shold be able to freely incorporate the library and its functions to aid in your web development.

There are nine things that you need to understand to use JQuery.

  1. The css Selectors to navigate the DOM
  2. The Methods included in the library, and how they vary
  3. How to use loops
  4. chaining methods together
  5. Event handling
  6. Various effects that you can use
  7. Animation
  8. Traversing the Dom from any position
  9. Form Handling with JQuery

In this tutorial we will show you all three, as well as some of the common ways to use them to help design your own webpage.

NEXT LESSON