<div class="codetitle"> <span><a style="CURSOR: pointer" data="10709" class="copybut" id="copybut10709" onclick="doCopy('code10709')"><u>코드 복사</u></a></span> 코드는 다음과 같습니다.</div> <div class="codebody" id="code10709"> <br><!doctype html public "-//w3c/ /dtd xhtml 1.0 전환//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"><br><html xmlns="http://www.w3 .org/ 1999/xhtml"><br><head><br><meta http-equiv="content-type" content="text/html; charset=gb2312" /><br>< title>jquery js</title><br>//방법 1<br><script 언어="웹 페이지 특수 효과"><br>$.getscript("test.js"); <br>/ /방법 2<br>function loadjs(file){ <br> var head = $('head').remove('#loadscript');<br> $("<scri" "pt> " "< /scr" "ipt>").attr({src:file,type:'text/javascript',id:'load'}).appendto(head);<br>}<br>// 충분히 간단합니다! 다음을 요약하면 코드 한 줄로 모든 작업을 수행할 수도 있습니다. <br>//방법 3<br>$("<scri" "pt>" "</scr" "ipt>") .attr({src :file,type:'text/javascript',id:'load'}).appendto($('head').remove('#loadscript'));<br></script> <br> </div>