Skip to content

Instantly share code, notes, and snippets.

@kkarimi
Created August 17, 2015 10:21
Show Gist options
  • Save kkarimi/55d2538b8f4c474dba1d to your computer and use it in GitHub Desktop.
Save kkarimi/55d2538b8f4c474dba1d to your computer and use it in GitHub Desktop.
(function() {
if (! window.jQuery ) {
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = '//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js'; // you can change this url by latest jQuery version
(document.getElementsByTagName('head')[0] ||
document.getElementsByTagName('body')[0]).appendChild(s);
}
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment