Skip to content

Instantly share code, notes, and snippets.

@nmerouze
Created August 7, 2008 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmerouze/4423 to your computer and use it in GitHub Desktop.
Save nmerouze/4423 to your computer and use it in GitHub Desktop.
document.observe("dom:loaded", function() {
$$('#nav li:first-child').invoke('addClassName', 'first');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment