The following editor will bring you a brief discussion on the difference between Ajax and JavaScript. The editor thinks it’s pretty good, so I’ll share it with you now and give it as a reference. If you are interested in ajax, please follow the editor to read this article
Javascript is a scripting language executed on the browser side. Ajax is a development technology for creating interactive web applications. It is A series of related technologies are used, including javascript.
Javascript is a scripting language developed by Netscape. It has nothing to do with Sun's Java language. Their similar names are just a marketing strategy.
In general web development, javascript is executed on the browser side. We can use javascript to control the behavior and content of the browser.
How information is passed between the browser and the server in an Ajax application.
Through XML data or string
The above article briefly discussing the difference between Ajax and JavaScript is all the content shared by the editor. I hope it can give you a reference! !
Related recommendations:
Detailed explanation of jQuery Ajax method for uploading files
ajax asynchronous request refresh method
Ajax product classification three-level linkage simple implementation method
The above is the detailed content of A brief discussion on the difference between Ajax and JavaScript. For more information, please follow other related articles on the PHP Chinese website!