아래 코드를 보세요. 코드를 복사하세요 코드는 다음과 같습니다. < head> < ;meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> TestPage script src="http: //ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"> $(document).ready(function() { <br>$("#btn1").unbind('click').removeAttr('onclick').click(function( ) { <br>alert('Jquery에서 메서드를 호출했습니다.'); <br>}) <br>}) <br>function foo() <br>{ <br>alert('메서드에 호출되었습니다.');<br> "btn1" onclick=" foo()" />