Skip to content

Instantly share code, notes, and snippets.

@andrewn
Created December 5, 2009 14:46
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 andrewn/249697 to your computer and use it in GitHub Desktop.
Save andrewn/249697 to your computer and use it in GitHub Desktop.
(function ( selector ) {
Array.prototype.slice.call( document.querySelectorAll( selector ) )
.forEach( function(it) {
it.className += " selected";
});
})(".nav-facet li, #leftHandNavMenu li");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment