How to send AJAX request using JQuery

Ajax request is the combination of asynchronous JavaScript and XML. It is not a programming language. Ajax is client side script that used to communicate with the server while sitting on the same page or refreshing the page. The definition of Ajax I have read is “AJAX is the art of exchanging data with a server, and updating … Read more