Home  >  Article  >  Web Front-end  >  What does the word ajax mean?

What does the word ajax mean?

藏色散人
藏色散人Original
2021-12-17 11:31:322542browse

The full name of the ajax word is Asynchronous Javascript And XML, which means asynchronous JavaScript and XML. It is a technology used to create better, faster and more interactive web applications.

What does the word ajax mean?

The operating environment of this article: Windows 7 system, javascript version 1.8.5, Dell G3 computer.

What does the word ajax mean?

The full name of the ajax word is Asynchronous Javascript And XML.

Ajax is a new term proposed by Jesse James Garrett in 2005 to describe a 'new' approach using a collection of existing technologies, including: HTML or XHTML, CSS, JavaScript, DOM, XML, XSLT, and most importantly XMLHttpRequest. Web applications using Ajax technology can quickly present incremental updates to the user interface without the need to reload (refresh) the entire page, which allows the program to respond to user operations faster.

Source

The term Ajax comes from describing the transition from Web-based applications to data-based applications.

Ajax is not a new programming language, but a technology for creating better, faster, and more interactive Web applications.

Use JavaScript to make requests to the server and process responses without blocking the user's core object XMLHttpRequest. Through this object, your JavaScript can exchange data with the web server without reloading the page, that is, it can produce a partial refresh effect without refreshing the page.

Ajax uses asynchronous data transfer (HTTP requests) between the browser and the web server, which allows a web page to request a small amount of information from the server instead of the entire page.

Ajax can make Internet applications smaller, faster, and more user-friendly.

Ajax is a browser technology that is independent of Web server software. Ajax is based on the following web standards:

JavaScript, XML, HTML, and CSS. The web standards used in Ajax are well defined and supported by all major browsers. Ajax applications are browser and platform independent.

Web applications have many advantages over desktop applications; they can reach a wider range of users, they are easier to install and maintain, and they are easier to develop.

However, Internet applications are not as complete and user-friendly as traditional desktop applications. With Ajax, Internet applications can become more complete and user-friendly.

Recommended learning: "ajax video tutorial"

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

Statement:
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