Skip to content

Instantly share code, notes, and snippets.

@gekosurf
Created January 17, 2015 05:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save gekosurf/3c5d6aadb397b94d9a2c to your computer and use it in GitHub Desktop.
jQuery Version
if (typeof jQuery != 'undefined') {
// jQuery is loaded => print the version
alert(jQuery.fn.jquery);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment