Site Directory

Let’s try to explain how Ajax works in a simple step by step description:

  1. User loads a web page
  2. An event is triggered (manually or automatically)
  3. The browser generates an HTTP Request to the web server
  4. The web server process the HTTP Request and returns a response
  5. The browser process the response and updates the web page content

Like us on Facebook