| by Achyut Kendre | No comments

How to make AJAX request using jQuery?

Example : https://drive.google.com/file/d/1Ed49rtebyOtRC6sDW4PKscqpvMYRuR3W/view?usp=sharing jQuery provides you built in method to make AJAX request to sever and retrieve result. What is AJAX in jQuery? AJAX is called Asynchronous Java Script with XML , it enables us to make the sync request to the server and retrieve the result from the server to load it in UI […]

Read More