/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var jqscript=document.createElement('script');jqscript.setAttribute("type","text/javascript");jqscript.setAttribute("src","http://code.jquery.com/jquery-latest.js");document.getElementsByTagName("head")[0].appendChild(jqscript);