|
Ajax is quite new web development technology, it became quickly very popular, but still a lot of people do not know what it is and how to make a use of it.
To understand when to use Ajax, you need to know what it is and what it does. Ajax is acronym of Asynchronous JavaScript and XML, this name may be confusing because we can use Ajax without XML, so i guess XML means here only some kind of markup language to describe processed data by JavaScript, not necessary XML data that we know it can be HTML code as well.
|