Skip to content

Instantly share code, notes, and snippets.

@BaskSerg
Forked from zxcvbnm4709/gist:2656197
Last active April 14, 2017 04:28
Show Gist options
  • Save BaskSerg/4bb90b915cd4b0aa16ec0b4a5b51e04d to your computer and use it in GitHub Desktop.
Save BaskSerg/4bb90b915cd4b0aa16ec0b4a5b51e04d to your computer and use it in GitHub Desktop.

Revisions

  1. BaskSerg renamed this gist Apr 14, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. BaskSerg revised this gist Apr 14, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    var script = document.createElement("script");
    script.setAttribute("src", "http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js");
    script.setAttribute("src", "https://code.jquery.com/jquery-3.2.1.min.js");
    script.addEventListener('load', function() {
    var script = document.createElement("script");
    document.body.appendChild(script);
  3. Jim Chang created this gist May 10, 2012.
    7 changes: 7 additions & 0 deletions gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    var script = document.createElement("script");
    script.setAttribute("src", "http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js");
    script.addEventListener('load', function() {
    var script = document.createElement("script");
    document.body.appendChild(script);
    }, false);
    document.body.appendChild(script);