stopPropagation 메서드 : 이벤트전달을 제거한다. $(document).ready(function(){ $("a").click(function(e){ $("#b1").css("backgroundColor" ...
確定! 回上一頁