$(‘#t‘).on("focus",function(){ document.activeElement.blur();//屏蔽默认键盘弹出; });
H5页面 input禁止弹出键盘
原文:http://www.cnblogs.com/chaser-li/p/7457537.html