Created
April 11, 2016 15:01
-
-
Save croucha/2ebf456ec7d962a5336f9bb3b5ac12c8 to your computer and use it in GitHub Desktop.
jQuery version
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
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