jQuery Essential Training

Go to class
Write Review

Free Online Course: jQuery Essential Training provided by LinkedIn Learning is a comprehensive online course, which lasts for 3-4 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. jQuery Essential Training is taught by Joe Marini.

Overview
  • Learn the essentials of this popular JavaScript library. Find out how to use jQuery to add dynamic content, remote data animation, and effects to your websites and apps.

Syllabus
  • Introduction

    • Welcome
    • What you should know before watching this course
    • Using the exercise files
    • Setting up the development environment
    • What is jQuery?
    1. A Quick Introduction to jQuery
    • Your first jQuery-enabled page
    • Selectors and filters
    • Creating and modifying page content
    • Handling events
    • Animating page content
    • Working with AJAX
    2. Working with Page Content
    • Overview of selectors and filters
    • Basic selectors
    • Basic filters
    • Advanced selectors
    • Attribute filters
    • Advanced filters
    • Traversing documents with jQuery
    • jQuery statement chaining
    • Programming challenge
    • Solution
    3. Manipulating Page Content
    • Creating content
    • Inserting page content
    • Altering page content
    • Manipulating attributes
    • Working with CSS
    • Embedding custom data
    • Programming challenge
    • Solution
    4. jQuery Events
    • jQuery event handling features
    • Binding and unbinding events
    • Event helper features
    • Using the jQuery event object
    • Programming challenge
    • Solution
    5. Animations and Effects
    • Introduction to jQuery animations
    • Hiding and showing elements
    • Fading elements
    • Sliding elements
    • Custom animations
    6. AJAX Operations
    • jQuery and AJAX
    • Convenience functions
    • Working with different data types
    • Using global AJAX handlers
    • Programming challenge
    • Solution
    Conclusion
    • Goodbye