Post

jQueryjQuery

H
Harish Harsh

Posted on 29th March 2024|42 views

0
votes

Jquery Post Json Example

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

Answers
P
chris bons

Posted on 29th March 2024

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