h5 禁止手機自帶鍵盤彈出

html:html

<div style="width: 350px;margin:50px auto;">
	<input type="text" id="datePicker" class="date_picker form-control" placeholder="點擊選擇入住日期" />
</div>

js:插件

$("#datePicker").focus(function() {
	document.activeElement.blur();
});

 

 

*大多數用於日期插件code

相關文章
相關標籤/搜索