Posted inAll / Javascript

What is AJAX and it’s full form

Full Form: Asynchronous JavaScript and XML.

Ajax uses web technologies on the client-side to create asynchronous web applications.

With Ajax, web applications can send and retrieve data from a server asynchronously without interfering with the display and behaviour of the existing page

Leave a Reply