AJAX is a short form of Asynchronous JavaScript and XML; it can also be called as remote scripting, JavaScript RPC or XMLHTTP Request. Ajax is a technique of interconnected web development and is specifically used for the development of web applications. The main function of AJAX is to raise the speed, usability, functionality and the interactivity of web pages. By using AJAX we can increase the interactive ness and responsiveness of our web pages by means of exchanging the little data by server. When we click on any event in the form which has AJAX implemented then that particular web page do not reloaded every time when we perform any action.
AJAX is usable on various different architectures of computer, operating systems as well as web browsers as it is derived from an open standards for example JavaScript and DOM. The implementation of appropriate libraries and frameworks are freely available.
The functions of AJAX are normally called in the scripting language JavaScript. The request of XML Http object is retrieved by the scripting languages that run in modern browsers. There is, on the other hand, no constraint to the asynchronous content be format in XML.

AJAX allows the java script to correspond with the script of server side, without a noticeable round trip to server. That is your web page won’t be reload by the search result, they will immediately come out when they are ready. Therefore your website do not require to go on or after script to script.
Tags: What is AJAX



english
español
Deutsch
français
Italiano
Português
русский










One comment
Leave a reply