Created
April 5, 2013 04:43
-
-
Save thirdj/5316685 to your computer and use it in GitHub Desktop.
jquery version find
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
| console.log('$().jquery : ', $().jquery); | |
| console.log('$.fn.jquery : ', $.fn.jquery); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment