nmerouze (owner)

Revisions

gist: 4423 Download_button fork
public
Public Clone URL: git://gist.github.com/4423.git
Embed All Files: show embed
JavaScript #
1
2
3
document.observe("dom:loaded", function() {
  $$('#nav li:first-child').invoke('addClassName', 'first');
});