In traditional web applications (sometimes called the old way of doing things), a page is rendered, which the user interacts with; perhaps they log in, enter some search criteria, or choose an option. This information is then posted back to the server and a new page is returned and rendered on the browser. This, of course, requires a server round trip as well as downloading and rendering a new page. However, there is another way that is much more responsive. You can simply update the current page using the DOM manipulation techniques I showed you in Chapter 18. However, you’ll need ...
© Mark J. Collins 2017
Mark J. Collins, Pro HTML5 with CSS, JavaScript, and Multimedia, 10.1007/978-1-4842-2463-2_27
AJAX
Mark J. Collins1
(1)Chesterfield, Virginia, USA
Get Pro HTML5 with CSS, JavaScript, and Multimedia: Complete Website Development and Best Practices now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.