|
How to send request to and get response from server using HTTP Get and HTTP Post - .post(), .get()
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: jQuery-Ajax
To send request to and get response from the server using HTTP Get and HTTP post, we can use post() and get() methods respectively. In this way also browser post back doesn?t happen.
|