Last active
October 5, 2015 08:48
Revisions
-
marcosinger revised this gist
Dec 1, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ javascript:( function(){ a=document.createElement('SCRIPT'); a.type='text/javascript'; a.src='http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js'; document.getElementsByTagName('head')[0].appendChild(a); } )(); -
marcosinger revised this gist
Sep 20, 2012 . 1 changed file with 8 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,8 @@ javascript:( function(){ a=document.createElement('SCRIPT'); a.type='text/javascript'; a.src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'; document.getElementsByTagName('head')[0].appendChild(a); } )(); -
marcosinger created this gist
May 24, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ javascript:(function( {a=document.createElement('SCRIPT');a.type='text/javascript';a.src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js';document.getElementsByTagName('head')[0].appendChild(a);})();