Powered by Tech-Attacks
Showing posts with label AJAX Basics - Introduction to AJAX. Show all posts
Showing posts with label AJAX Basics - Introduction to AJAX. Show all posts

AJAX Basics - Introduction to AJAX

AJAX Basics - Introduction to AJAX - http://techattacks4u.blogspot.in/AJAX stands for Asynchronous JavaScript and XML.
AJAX is not a new programming language, but a new way to use existing standards.
AJAX is the art of exchanging data with a server, and updating parts of a web page - without reloading the whole page.
AJAX is all about updating parts of a web page, without reloading the whole page.

What You Should Already Know
Before you continue you should have a basic understanding of the following:
- HTML
- CSS
- JavaScript

- jQuery.



What is AJAX?