11. AJAX

jQuery Crash Course [5] - Ajax by Traversy Media

Asynchronous JavaScript XML

Ajax is a set of web development techniques that uses various web technologies on the client-side to create asynchronous web applications. With Ajax, web applications can send and retrieve data from a server asynchronously without interfering with the display and behavior of the existing page.

Course Content

  • 0:10 - Install NodeJS
    2:54 - Run Live Server
    9:21 - Get JSON
    11:46 - AJAX Method
    14:47 - Make a Post Request

Resources

▶️ Traversy Media
🔗 AJAX Tutorial by W3Schools

Previous
Previous

10. jQuery

Next
Next

12. Frontend Portfolio Project V2