function checkJquery() { if(!(window.jQuery)) {var s = document.createElement("script");s.setAttribute("src", "http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js");s.setAttribute("type", "text/javascript");document.getElementsByTagName("head")[0].appendChild(s); }}希望本文所述对大家的jQuery程序设计有所帮助。