We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe3142 commit 630a8eaCopy full SHA for 630a8ea
snippets/jquerify/jquerify.js
@@ -7,7 +7,7 @@
7
if ( !window.jQuery ) {
8
var dollarInUse = !!window.$;
9
var s = document.createElement('script');
10
- s.setAttribute('src', '//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js');
+ s.setAttribute('src', '//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js');
11
s.addEventListener('load', function(){
12
console.log('jQuery loaded!');
13
0 commit comments