Skip to content

Instantly share code, notes, and snippets.

@croucha
Created April 11, 2016 15:01
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 croucha/2ebf456ec7d962a5336f9bb3b5ac12c8 to your computer and use it in GitHub Desktop.
Save croucha/2ebf456ec7d962a5336f9bb3b5ac12c8 to your computer and use it in GitHub Desktop.
jQuery version
if (typeof $!= 'undefined') {
// jQuery is loaded => print the version
console.log('jquery: ' + $.fn.jquery);
console.log('jquery ui: ' + $.ui.version);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment