开发者

What is AJAX good for?

开发者 https://www.devze.com 2023-01-03 06:31 出处:网络
So far the thing开发者_开发问答s I can do with AJAX are handle requests and reload content. ...........

So far the thing开发者_开发问答s I can do with AJAX are handle requests and reload content.

...........

What Else?


It also helps you maintaining sessions for your customer. by sending every interval requests.


No, that's it - but it's all about the consequence that results from this:

It allows you to keep a part of the application state on the client side (with traditional web pages, the entire browser DOM is reset for every request).

0

精彩评论

暂无评论...
验证码 换一张
取 消