Skip to content

Instantly share code, notes, and snippets.

@taeram
Forked from bradoyler/jquerify.js
Last active December 8, 2021 22:27
Show Gist options
  • Save taeram/437d8b50b9fdeb4681ea57820bb8c466 to your computer and use it in GitHub Desktop.
Save taeram/437d8b50b9fdeb4681ea57820bb8c466 to your computer and use it in GitHub Desktop.
(function() {
if (!window.jQuery) {
var s = document.createElement('script');
s.setAttribute('src', 'https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js');
document.body.appendChild(s);
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment