Skip to content

Instantly share code, notes, and snippets.

@james2doyle
Created May 14, 2013 20:52
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 james2doyle/5579451 to your computer and use it in GitHub Desktop.
Save james2doyle/5579451 to your computer and use it in GitHub Desktop.
// Based on https://github.com/james2doyle/saltjs
window.$ = function(s) {
try {return document[{
'#': 'getElementById',
'.': 'getElementsByClassName',
'@': 'getElementsByName',
'=': 'getElementsByTagName',
'?': 'querySelectorAll'
}[s[0]]](s.slice(1));}catch(e){}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment