Guest User

Untitled

a guest
Feb 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. var inputPass = (function(input){
  2. if( $(input).val()=="" ){
  3. agd.func.addInputAlert( input, "No Valido");
  4. $(input).blur(function(){
  5. checkblank(form, input);
  6. });
  7. return false;
  8. } else {
  9. agd.func.removeInputAlert(input);
  10. }
  11. return true;
  12. })(input);
Add Comment
Please, Sign In to add comment