logo-MindMajix
PostjQueryjQuery
H
Harish Harsh

Posted on 26th July 2024|47 views

0
votes

Jquery Post Json Example

Why do we use the jQuery post() method with example?

1 answers
Answers
P
chris bons

Posted on 26th July 2024| views

Post() is used to load the data from the server by utilising an HTTP post request:

$("click1").click(function(){

  $.post("demo_test.asp", function(data, status){

    alert("Info: " + data + "State: " + status);

  });

});

 

Write your answer

STILL GOT QUERIES?

Get a Live FREE Demo

  • Explore the trending and niche courses and learning maps
  • Learn about tuition fee, payment plans, and scholarships
  • Get access to webinars and self-paced learning videos
Name
Course *
Email *
Phone Number