Skip to content

Instantly share code, notes, and snippets.

@heycarsten
Created July 14, 2009 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save heycarsten/147229 to your computer and use it in GitHub Desktop.
Save heycarsten/147229 to your computer and use it in GitHub Desktop.
document.observe('dom:loaded', function() {
$$('input[tabindex="1"]').invoke('focus');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment