What is AJAX ...!
AJAX is Asynchronous JavaScript And XML. This is a web development technique for creating interactive web applications, It allows exchanging small amounts of data with the server behind the scenes, without the page having to reload each time. It helps in increasing web pages interactivity, speed, and customer usability
Comments