トップに戻る
tags
$("[contentEditable]").keypress(function(e){ if ( e.which == 13 ){ alert('enter'); return false; } return true; });
edit