Created
January 4, 2013 00:14
-
-
Save ceme/4448744 to your computer and use it in GitHub Desktop.
Check which version of jQuery is loaded
This file contains hidden or 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
// Returns string Ex: "1.4.2" | |
$().jquery; | |
// Also returns string Ex: "1.4.2" | |
jQuery.fn.jquery; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment