Skip to content

Instantly share code, notes, and snippets.

@gelanivishal
Created February 10, 2017 16:26
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 gelanivishal/d8038bbffe70f01ca2e197d8e1bde5e3 to your computer and use it in GitHub Desktop.
Save gelanivishal/d8038bbffe70f01ca2e197d8e1bde5e3 to your computer and use it in GitHub Desktop.
Retrieve jQuery Version
// Type one of the next lines and you will obtain jQuery version:
console.log(jQuery.fn.jquery);
// OR
console.log(jQuery().jquery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment