I think you can just listen event on textarea $("#txtContent").on("keydown", function(e){ if(e.which == 13){ // your code return false; } ...
確定! 回上一頁