CHAPTER 8Ajax and JavaScript
Ajax is an acronym (or rather shorthand) for Asynchronous JavaScript and XML, which is the same sort of JavaScript that APEX already uses extensively behind the scenes, and the same sort of XML that is commonly used in web applications (and other places). Ajax is a collection of technologies that operate together to perform a specific function.
The purpose of Ajax is to make web applications more responsive and interactive from the users' perspective, by avoiding the traditional need to submit and reload an entire web page to change a particular part of it. This is all accomplished by using different features, such as XHTML, the Document Object Model (DOM), the JavaScript XMLHTTPRequest, XML, and some other techniques. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access