AJAX Technologies
0 3246
We can never execute AJAX code independently. There is a need for some other technologies to be integrated along the AJAX code for building interactive and outstanding applications.
Given below the list of technologies used along with AJAX:
JavaScript
a) Loosely typed scripting language does not require variables to be specified.
b) JavaScript plays a major role in AJAX code operation.
c) The JavaScript function is called after an event occurrence.
d) Used for requests making.
DOM
It represents XML and HTML document's structure and acts as an API to access and manipulate them
CSS
Permits content presentation and its design
XMLHttpRequest
Acts as a foundation of an AJAX code
It is a JavaScript object responsible for entire asynchronous interaction with the web server
Share:
Comments
Waiting for your comments