Skip to content

Instantly share code, notes, and snippets.

@caycefischer
Created June 6, 2013 14:27
Show Gist options
  • Save caycefischer/5721912 to your computer and use it in GitHub Desktop.
Save caycefischer/5721912 to your computer and use it in GitHub Desktop.
// '$' helper function
window.$ = function(selector) {
return document.querySelector(selector);
};
// usage
$('#nic').src = 'http://placecage.com/c/400/300';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment