event.preventDefault(); 이벤트 없앰
event.stopPropagation(); 부모이벤트 전파없앰
event.stopImmediatePropagation(); 모든 이벤트 없앰
return false;