回车跳转到下一个输入框,不提交(医院常用)
参考一:function enter(currId, nextId, msg) { currId.bind('keyup', function (e) { var key = e.which; if (key == 13) { if ($(this).val() == '') { alert(m