Created
July 11, 2016 21:41
-
-
Save robertosljunior/08ed30c92d00bea604c5d0cacded5faa to your computer and use it in GitHub Desktop.
Load jquery
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
(function (d) { | |
if (typeof jQuery != 'undefined') { | |
s = d.createElement('script'); | |
s.src = 'https://code.jquery.com/jquery-1.12.4.min.js'; | |
s.type = 'type/javascript'; | |
d.getElementsByTagName('head')[0].appendChild(s); | |
alert(jQuery.fn.jquery); | |
} | |
})(document); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment