Advertisement
Guest User

Untitled

a guest
Feb 25th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.30 KB | None | 0 0
  1.         $("#auth_login_form").submit(function() {
  2.             username = $("#login_user").val();
  3.             password = $("#login_pass").val();
  4.             if (username == "Username")
  5.                 username = "Uh Oh...";
  6.             $("body").prepend(dynamic_templates.auth_errors.markup);
  7.             $("#main_content").css("margin-top", height);
  8.             return false;
  9.         })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement