Debugging with jQuery
Richard Mortier · November 16, 2016 · #oldI had cause to do this recently, so here’re the runes from http://stackoverflow.com/questions/7474354/include-jquery-in-the-javascript-console for the record:
;
script.src = "https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js";
'head'script;