Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.22 KB | None | 0 0
  1. <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
  2. <script>
  3. $.post("/auth", { username: "username", password: "password" })
  4. .done(function(result) {
  5.     alert("Результат: " + result);
  6. });
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement