Skip to content

Instantly share code, notes, and snippets.

@gf3
Forked from heycarsten/gist:147229
Created July 15, 2009 12:47
Show Gist options
  • Save gf3/147681 to your computer and use it in GitHub Desktop.
Save gf3/147681 to your computer and use it in GitHub Desktop.
document.observe('dom:loaded', function() {
$$('input[tabindex="1"]')[0].focus();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment