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