September 2024
Beginner to intermediate
985 pages
35h 37m
English
For user interaction and in terms of user-friendliness, the concept of Ajax has become indispensable in the development of modern web applications. This technique enables you to dynamically update individual parts of a web page with content from the server instead of completely reloading the page.
In this chapter, we’ll show you how to dynamically reload or replace parts of a web page without reloading the entire web page. The technology behind this is called Ajax (Asynchronous JavaScript and XML).
The name Ajax was first coined in 2005 by Jesse James Garrett in his essay "A New Approach to Web Applications." The idea is to use JavaScript for exchanging data with the ...
Read now
Unlock full access