Answers for "umRecords=1 &callback=jQuery 351032857631816014954_1594516255686 &_=1594516255687 400 (Bad Request)"

2

jquery ajax $.post with data

$.post('http://example.com/form.php', {category:'client', type:'premium'}, function(response){ 
      alert("success");
      $("#mypar").html(response.amount);
});
Posted by: Guest on March-12-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language