Open OrbiterToad opened 5 years ago
function requestSomthing() { $.ajax({ type: "POST", url: "/url", async: true }); }