Created
November 12, 2012 01:17
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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