Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

How to send JSON data to server using jQuery Ajax call?

Which method is to be used in jQuery to send JSON data to server. I want to send data using jQuery Ajax call. Here’s my JSON content:

{
"name": "John",
"age" : "25",
"sex": "male"
}


0 Answer
Advertisements

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.