Guest User

Untitled

a guest
Oct 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $("#id_formulaire").submit({
  2. $("#success").post("ADRESSE_PAGE", { plip: $("#plip").value() } function(response, status, xhr) {
  3. if (status == "error") {
  4. var msg = "Sorry but there was an error: ";
  5. $("#error").html(msg + xhr.status + " " + xhr.statusText);
  6. }
  7. });
  8. });
Add Comment
Please, Sign In to add comment