Home > php教程 > php手册 > What is Ajax refreshless technology?

What is Ajax refreshless technology?

WBOY
Release: 2016-07-21 14:52:54
Original
1117 people have browsed it

The browser instantiates an Ajax object, which sends an HTTP request and carries certain parameters and transmits it to the background. The background server receives these parameters, filters the passed parameters at the same time, and makes logical judgments. If database operations are required, the data must be retrieved and formatted. Returned to the front-end client, the data obtained by the front-end is processed, the DOM elements are obtained, and the data is placed locally. This enables countless new technologies. It is generally used mainly for registration module email and user verification.

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 admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template