Guest User

Untitled

a guest
Jun 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function(){  
  2.  
  3.         $("#user_password2").keypress(function() {
  4.         if ($("#user_password2").val() != $("#user_password").val())
  5.             $("#user_password2").css("border-color":"#FFFFFF");
  6.         });
  7.     });
Add Comment
Please, Sign In to add comment