What on earth is Ajax.

What is Ajax?

Asynchronous javascript and XML.

Based on javascript and HTTP request.

Ajax is not a new language but a new way to use standard.

_______________________________________________________

How to use it?

create XMLHttpRequest object.

method: open(); send();

properties: onreadystatechange,readyState,responseText.

posted @ 2013-11-02 20:02  丸子No1  阅读(139)  评论(0编辑  收藏  举报