Skip to content

Instantly share code, notes, and snippets.

@NorthDecoder
Created February 2, 2016 16:59
Show Gist options
  • Save NorthDecoder/e8921613a4fd66e6648a to your computer and use it in GitHub Desktop.
Save NorthDecoder/e8921613a4fd66e6648a to your computer and use it in GitHub Desktop.
jQuery installed?
try {//confirm if jQuery is loaded
console.log('jQuery version: ' + $.fn.jquery + ' loaded.');}
catch(err) {
console.log('Were you expecting jQuery ...');
console.log(err);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment