CS2513: Client-Side Programming
Weekly Course Content - Week 16
Chapter 11: Introduction to AJAX
Chapter 11: Updating Web Pages with AJAX
- Describe the steps involved in using Ajax to update data
- Create an HTTP request and interpret an HTTP response
- Request and receive server data using the XMLHttp Request object
- Process data received from a web service and add it to the DOM
- Update app data using JSON-P