TulipTools Internet Business Owners and Online Sellers Community

Full Version: Building an Ajax Application From Scratch
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote:How Does Ajax Work?
Ajax is not a technology in and of itself, but rather a model for using a suite of Web technologies that work together. The Ajax model includes these applications:

XHTML and CSS:...

DOM (Document Object Model):...

XML, JSON (JavaScript Object Notation), HTML, or plain text: ...

XMLHttpRequest Object: ...

J‌avaScript: ...

When we combine these component technologies in the Ajax model, Web applications are able to make instant, incremental updates to pieces of a Web page without reloading the entire page.

full article: http://www.linuxinsider.com/story/54258.html