Skip to content

Instantly share code, notes, and snippets.

@chipcullen
Created November 12, 2012 01:17
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 chipcullen/4057025 to your computer and use it in GitHub Desktop.
Save chipcullen/4057025 to your computer and use it in GitHub Desktop.
Simple jQuery diagnostic script that I put at the top of my JS file. Just proof in the console that jQuery is firing, and which version is loaded.
console.log('jQuery is firing - using Jquery Version ' + $().jquery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment