Disallow enter key anywhere · $(document).on("keypress", "form", function(event) { · return event.keyCode != 13; · });.
確定! 回上一頁