[식군] 2010. 6. 23. 20:31
$("#addressForm").click(
function (e) {
alert(e.type); // 이벤트 타입
alert(e.which); // 이벤트 키코드 값

}
);