Guest User

Untitled

a guest
May 27th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. var n = $("#quickform input[name=name]");
  2. n.focus(function(event) {
  3. console.log(event);
  4. alert($(this).attr("name"));
  5. return false;
  6. });
Add Comment
Please, Sign In to add comment