Skip to content

Instantly share code, notes, and snippets.

@remy
Created February 25, 2014 19:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remy/9216362 to your computer and use it in GitHub Desktop.
Save remy/9216362 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
# yolo
<input type="text" autofocus>
</body>
</html>
var i = document.querySelector('input');
i.focus();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment