<div class="codetitle"> <span><a style="CURSOR: pointer" data="20522" class="copybut" id="copybut20522" onclick="doCopy('code20522')"><u>코드 복사</u></a></span> 코드는 다음과 같습니다.</div> <div class="codebody" id="code20522"> <br>!--동적으로 로드되는 세 가지 종류의 jquery는 다음과 같습니다. js 예제 코드, jquery는 사용자에게 편의를 제공하기 위한 것이므로 jquery를 사용하여 파일을 동적으로 로드하려면 $.getscript("test.js"); 한 문장만 필요하며 괜찮습니다. <br><!doctype html public "-//w3c//dtd xhtml 1.0 Transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> 🎜><html xmlns="http://www.w3.org/1999/xhtml"> <br><head><br><meta http-equiv="content-type" content="text /html; charset=gb2312" /> <br><br><title>jquery를 사용하여 js</title> <br><script 언어="웹 페이지 특수 효과"> <br> $ .getscript("test.js"); <br><br>//방법 2<br><br>function loadjs(file){ <br>var head = $('head').remove('# loadscript '); $("<scri" "pt>" "</scr" "ipt>").attr({src:file,type:'text/javascript',id:'load' } ).appendto(head); <br>} <br><br>//간단합니다! 다음을 요약하면 코드 한 줄로 모든 작업을 수행할 수도 있습니다. <br>//방법 3<br><br>$("<scri" "pt>" "</scr" "ipt> ;").attr ({src:file,type:'text/javascript',id:'load'}).appendto($('head').remove('#loadscript')); <br><br></script> <br><br></head> <br><br><body> <br> </div>