keyCode==13){ //如果按enter //跳下一個欄位inputs.eq( (focusItem+1) ).focus(); } }); //為了不讓按下Enter就送出表單,把原本的submit改成button ...
確定! 回上一頁