Guest User

Untitled

a guest
Jun 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. var password_input = $('form').find('input[type=text]').eq(1);
  2. password_input.focus(function() {
  3. $(this).val('');
  4. });
Add Comment
Please, Sign In to add comment