[JQUERY] 폼 엔터 처리 막기.
<script type="text/javascript">
<!--
$('#frm_sub').submit(function(){
return false;
});
//-->
</script>