input按下回车提交

input按下回车提交

$("#search_button").keydown(function (e) {
    if(e.keyCode == 13) {
        return true
    }
});
暂无评论

发送评论 编辑评论


				
上一篇
下一篇