Skip to content

Instantly share code, notes, and snippets.

@ceme
Created January 4, 2013 00:14
Show Gist options
  • Save ceme/4448744 to your computer and use it in GitHub Desktop.
Save ceme/4448744 to your computer and use it in GitHub Desktop.
Check which version of jQuery is loaded
// 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