$('input#form_id').keypress(function (event){ return event.keyCode == 13;});. Note that this is a simplified version of what I did, but ...
確定! 回上一頁