<strong>js 온로드 구현</strong>: <br><div class="codetitle"> <span><a style="CURSOR: pointer" data="29276" class="copybut" id="copybut29276" onclick="doCopy('code29276')"><u>코드 복사</u></a></span> 코드는 다음과 같습니다.</div> <div class="codebody" id="code29276"> <br>< ;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <br>"http://www.w3.org/TR/html4/loose.dtd"> ;html xmlns="http://www.w3.org/1999/xhtml"> <br><head> <br><meta http-equiv="Content-Type" content="text/html; charset= utf-8" /> <br><title>js의 onload 메소드 사용</title> <br><script type="text/javascript"> <br>window.onload=function( ) { <br>var myLinks = document.getElementsByTagName("a") <br>for(var i=0 ; i<myLinks.length; i ){ <BR>myLinks[i].onclick=function(){ <BR>alert("링크됨"); <BR>} <BR>} <BR></script> <br><body> h1>js</h1> <br><a href="#">링크 1</a><br/> <br><a href="#"> 링크 2</a><br/> <br><a href="#">링크 3</a><br/> <br><a href="#"> 링크 4</a><br/> <br><a href="#">링크 5</a><br/> <br><a href="#"> 링크 6</a><br/> <br></html> <br><br>jquery의 준비 메서드 구현<br> 🎜><br><br><br> </div>코드 복사 <br><strong></strong> 코드는 다음과 같습니다. <br><div class="codetitle"> <span><!DOCTYPE HTML PUBLIC "-// W3C //DTD HTML 4.01 전환//EN" <a style="CURSOR: pointer" data="20990" class="copybut" id="copybut20990" onclick="doCopy('code20990')">"http://www.w3.org/TR/html4/loose.dtd"> <u><html xmlns="http://www. w3 .org/1999/xhtml"> </u><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </span> <title>준비 메소드 2</title> </div> <script type="text/javascript" src="jquery-core/jquery-1.8.0.js"><script type="text/javascript"> <div class="codebody" id="code20990">$(document).ready(function(){ <BR>$("a").click(function(){ <BR>alert(" 링크 확인!"); <BR>}); <BR>}); <BR></script> <BR></head> <BR><body> <BR><h1>준비 완료 방법 2</h1> 사용 <BR><a href="#">링크 1</a><br/> <BR><a href="#">링크 2</a> ; <br/> <BR><a href="#">링크 3><br/><BR><a href="#">링크 4 ; <br/> <BR><a href="#">링크 5</a><br/><BR><a href="#">링크 6</a> ; <br/> <BR></body> <BR><BR></script>