[mobile]监听手机mobile上面软键盘的回车[enter]事件
$(document).keypress(function(e) {
if(e.which == 13) {
if(!$(".qaSearchInput").val())
{
Hnb.ui.showError('搜索内容不能为空' , 300);
return ;
} else {
$("#id_qa_search_box").submit();
}
}
});
posted on 2015-12-16 17:08 smelikecat 阅读(660) 评论(0) 收藏 举报
浙公网安备 33010602011771号