Guest User

Untitled

a guest
Aug 10th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Auto select the search bar when user enters the page, so he/she can type right away?
  2. $(function()
  3. {
  4. $('#search_field').focus();
  5. });
  6.  
  7. <input type="text" name="foo" autofocus="autofocus" />
Add Comment
Please, Sign In to add comment