AJAX is a web development technique for creating interactive web applications. If you know JavaScript, HTML, CSS, and XML, then you need to spend just one hour to start with AJAX.
AJAX stands for Asynchronous JavaScript and XML. AJAX is a new technique for creating better, faster, and more interactive web applications with the help of XML, HTML, CSS, and Java Script.
Asynchronous (AJAX Web-Application Model):An asynchronous request doesn’t block the client i.e. browser is responsive. At that time, user can perform another operations also. In such case, javascript engine of the browser is not blocked.
AJAX communicates with the server using XMLHttpRequest object. Let’s try to understand the flow of ajax or how ajax works by the image displayed below.
As you can see in the above example, XMLHttpRequest object plays a important role.
AJAX stands for Asynchronous JavaScript and XML. AJAX is a new technique for creating better, faster, and more interactive web applications with the help of XML, HTML, CSS, and Java Script.
1.AJAX XMLHttpRequest Object – Create, Send & Get Response
XMLHttpRequest object is an API for fetching any text base format data, including XML without user/visual interruptions. All most all browser platform support XMLHttpRequest object to make HTTP requests.
2.AJAX XMLHttpRequest Methods
3.AJAX XMLHttpRequest Properties
You have successfully subscribed to the newsletter
There was an error while trying to send your request. Please try again.