Intro to jQuery

Go to class
Write Review

Free Online Course: Intro to jQuery provided by Udacity is a comprehensive online course. The course is taught in English and is free of charge. Intro to jQuery is taught by Cameron Pittman.

Overview
  • jQuery is the most popular JavaScript library today, in use by over 60% of the top 100,000 most visited websites. This course will teach you how to use jQuery’s core features - DOM element selections, traversal and manipulation.

    You'll also learn how to read and make sense of jQuery's documentation, making it easy for you to go beyond the methods taught in this class and take advantage of jQuery's full array of features!

    This course is also a part of our Front-End Web Developer Nanodegree.

Syllabus
    • The DOM, $ and Selectors
      • The jQuery object ($).,Review of the DOM structure.,How to use selectors and filters.
    • DOM Manipulation
      • How to read jQuery documentation.,How to modify HTML attributes and content.,How to add and remove DOM elements.