JavaScript and AJAX
Explore how to load dynamic content from JavaScript and jQuery using AJAX methods.The ability to read data and communicate information asynchronously is fundamental to modern web applications. In this course, author Ray Villalobos takes a look at integrating AJAX (Asynchronous JavaScript and XML) with JavaScript and jQuery—a combination that makes it easy to work with dynamic data and reduces the number of requests to the server. The course first explains what AJAX is, and shows how to load and reload pages with pure JavaScript, update the DOM, and read and parse data in the XML and JSON formats. Next, learn how to read and write information between the server and the client with AJAX method…
There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.
Explore how to load dynamic content from JavaScript and jQuery using AJAX methods.The ability to read data and communicate information asynchronously is fundamental to modern web applications. In this course, author Ray Villalobos takes a look at integrating AJAX (Asynchronous JavaScript and XML) with JavaScript and jQuery—a combination that makes it easy to work with dynamic data and reduces the number of requests to the server. The course first explains what AJAX is, and shows how to load and reload pages with pure JavaScript, update the DOM, and read and parse data in the XML and JSON formats. Next, learn how to read and write information between the server and the client with AJAX methods in jQuery, and build a dynamic search application that updates search results as you type. Topics include: What is AJAX? Making requests asynchronous Updating the DOM with getElementById Reading JSON files Working with jQuery and AJAX Sending and searching JSON data Incorporating CSS transitions
There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.
