Skip to content

Instantly share code, notes, and snippets.

@lmartins
Created June 10, 2014 19:53
Show Gist options
  • Select an option

  • Save lmartins/00f9957110c56ffb48db to your computer and use it in GitHub Desktop.

Select an option

Save lmartins/00f9957110c56ffb48db to your computer and use it in GitHub Desktop.
Node Selection utility
function $(a,b){
return(b||document)['querySelector'+(b=/\:first$/,b.test(a)?'':'All')](a.replace(b,''));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment