Home > Web Front-end > JS Tutorial > body text

What can ajax do?

藏色散人
Release: 2019-05-08 09:17:13
Original
2690 people have browsed it



##Ajax is "Asynchronous Javascript And XML" (Asynchronous JavaScript and XML), which refers to a way to create interactive web pages Applied web development techniques.

What can ajax do?

Ajax = Asynchronous JavaScript and XML or HTML (a subset of Standard Universal Markup Language).

What can ajax do?

1. No refresh data update

2. Asynchronous communication with the server

3. Front-end and back-end load balancing

4.Based on Standards are widely supported

5. Separation of interface and application

In short, the biggest advantage of using Ajax is that it can maintain data without updating the entire page. This allows web applications to respond more quickly to user actions and avoids sending unchanged information over the network.

Note: Ajax does not require any browser plug-ins, but requires the user to allow JavaScript to execute on the browser.

Related recommendations: "

ajax tutorial"




##

The above is the detailed content of What can ajax do?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact [email protected]
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!