Created
April 30, 2013 10:26
-
-
Save shearichard/5487872 to your computer and use it in GitHub Desktop.
Get information about jQuery and jQuery UI versions in use
This file contains 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
var jquiver4sheadbg = $.ui ? $.ui.version || "pre 1.6" : 'jQuery-UI not detected'; | |
alert('jQ UI version : ' + jquiver4sheadbg); | |
var jqcorever4sheadbg = $().jquery; | |
alert('jQ version : ' + jqcorever4sheadbg); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment