What is AJAX?
- AJAX = Asynchronous JavaScript And XML.
- AJAX is not a programming language.
- AJAX just uses a combination of:
- A browser built-in XMLHttpRequest object (to request data from a web server)
- JavaScript and HTML DOM (to display or use the data)
How AJAX Works
The XMLHttpRequest Object
- All modern browsers support the XMLHttpRequest object.
- Create an XMLHttpRequest Object
No comments:
Post a Comment