... add keydown event for all inputs $(':input').keydown(function (e) { if (e.keyCode == 13 /*Enter*/) { // focus next input elements ...
確定! 回上一頁