Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. $("#orgns").focusin(function()
  2. { $(this).attr({'size':10}); })
  3. .focusout(function()
  4. { $(this).attr({'size':1}); });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement