|
How to send asynchronous HTTP request to the server and get response? - .ajax(type, url, data, success)
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: jQuery-Ajax
To send asynchronous HTTP request to the server and get response (Sending request to the server and getting response without browser postback/refresh), ajax method can be used.
|