Front How do I detect “shift+enter” and generate a new line in Textarea? 728x90 if (evt.keyCode == 13) { form.submit(); }... and you could just change it toif (evt.keyCode == 13 && !evt.shiftKey) { form.submit(); }reference : https://stackoverflow.com/questions/6014702/how-do-i-detect-shiftenter-and-generate-a-new-line-in-textarea 반응형 공유하기 게시글 관리 팀드모네 IT Blog 저작자표시 비영리 동일조건 'Front' 카테고리의 다른 글 [CSS] 긴 텍스트 말줄임표(점점점) 처리하는 방법 (0) 2018.02.02 [CSS] overflow말고 스크롤 제거하기 (0) 2017.12.31 [bootstrap] How to create a modal scroll~!! (0) 2017.11.23 [html] select disabled 속성, removeAttr을 사용하여 제거하기 (0) 2017.10.31 javascript 전화걸기, 문자보내기, 메일보내기 (0) 2017.10.30 Contents 당신이 좋아할만한 콘텐츠 [CSS] 긴 텍스트 말줄임표(점점점) 처리하는 방법 2018.02.02 [CSS] overflow말고 스크롤 제거하기 2017.12.31 [bootstrap] How to create a modal scroll~!! 2017.11.23 [html] select disabled 속성, removeAttr을 사용하여 제거하기 2017.10.31 댓글 0 + 이전 댓글 더보기