Skip to content

Instantly share code, notes, and snippets.

@ryanemitchell
Created October 11, 2013 23:05
Show Gist options
  • Save ryanemitchell/6943383 to your computer and use it in GitHub Desktop.
Save ryanemitchell/6943383 to your computer and use it in GitHub Desktop.
Alert of jQuery version
<script>
if (typeof jQuery != 'undefined') {
// jQuery is loaded => print the version
alert(jQuery.fn.jquery);
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment