Guest User

Untitled

a guest
Apr 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. (function ( selector ) {
  2. Array.prototype.slice.call( document.querySelectorAll( selector ) )
  3. .forEach( function(it) {
  4. it.className += " selected";
  5. });
  6. })(".nav-facet li, #leftHandNavMenu li");
Add Comment
Please, Sign In to add comment