“Zrób żądanie Ajax Post JQuery” Kod odpowiedzi

Zrób żądanie Ajax Post JQuery

$.ajax({
  method: "POST",
  url: "some.php",
  data: { name: "John", location: "Boston" }
})

Better Bison

JQuery Ajax $ .post z danymi

$.post('http://example.com/form.php', {category:'client', type:'premium'}, function(response){ 
      alert("success");
      $("#mypar").html(response.amount);
});
The Strangest Salamander

Odpowiedzi podobne do “Zrób żądanie Ajax Post JQuery”

Pytania podobne do “Zrób żądanie Ajax Post JQuery”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu