Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Created July 16, 2017 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vanaf1979/5532d76e2e746d99b577f2fb33344b4d to your computer and use it in GitHub Desktop.
Save vanaf1979/5532d76e2e746d99b577f2fb33344b4d to your computer and use it in GitHub Desktop.
find an ellement
function find( selector , context = null )
{
return ( context || document ).querySelector( selector );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment