JavaScript and AJAX: Integration Techniques

Go to class
Write Review

Free Online Course: JavaScript and AJAX: Integration Techniques provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 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. JavaScript and AJAX: Integration Techniques is taught by Ray Villalobos.

Overview
  • Explore how to load dynamic content from JavaScript and jQuery using AJAX methods.

Syllabus
  • Introduction

    • Welcome
    • What you should know before watching this course
    • Using the exercise files
    1. Getting Started
    • What is AJAX?
    • Using a synchronous XHR request
    • Making requests asynchronous
    • Scripting for backwards compatibility
    2. Modifying the DOM
    • Updating the DOM with getElementById
    • Modifying elements with getElementsByTagName
    • Parsing XML using AJAX
    • Reading JSON files
    • Using event-driven AJAX
    3. jQuery AJAX
    • Understanding and installing jQuery
    • Working with jQuery and AJAX
    • Reading data with jQuery
    4. AJAX in Action
    • Preparing a live search AJAX app
    • Sending JSON data to the page
    • Searching JSON data
    • Styling an application
    • Adding CSS3 animations
    Conclusion
    • Next steps