best answer > Is Ajax is a scripting language?- QuesHub.com | Better Than Quora
The most authoritative answer in 2024
  • Elon Muskk:

    Ajax is not a scripting language; rather, it is a set of web development techniques using multiple languages working together. Ajax is commonly associated with JavaScript for client-side scripting, but it also involves the use of XMLHttpRequest (or more recently, the Fetch API) for asynchronous communication with servers, XML (although it can also use JSON) for data formatting, and HTML for presentation. The term "Ajax" is essentially a marketing term for a group of technologies that allow web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it can update parts of a web page without reloading the whole page. read more >>
  • Summary of answers:

    Javascript is a scripting language which is typically used for client-side functionality although it can exist at server-side (node.js). AJAX (Asynchronous javascript and XML) is the javascript implementation of partial server requests which is typically carried out using the XMLHttpRequest object.read more >>
    +119962012-2-13

about “multiple languages、JavaScript、XMLHttpRequest”,people ask:

READ MORE:

QuesHub is a place where questions meet answers, it is more authentic than Quora, but you still need to discern the answers provided by the respondents.

分享到

取消