Google News
logo
Ajax - Interview Questions
How ajax works?
User send request from a browser where JavaScript is enabled. XMLHttpRequest object receives call and sent it to server. Server retrieves data and sends XML or JSON data back to HMLHttpRequest callback function and data is shown to user on browser.
Advertisement