函數不會附加到新創建的輸入框中。 請檢查我的代碼此鏈接動態DOM創建問題
[請檢查驗證碼] [1]
$("#datepicker").datepicker();
$("button").click(function(){
$(".add").html('<input id="datepicker" placeholder="click here to open calendar " type="text" />');
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<div class='add'><input id="datepicker" placeholder="click here to open calendar " type="text" /></div>
<button>Add input again </button>
depen.io/anon/pen/adLzi
請包括相關的([MCVE(http://stackoverflow.com/help/mcve))代碼在這裏,在你的問題。不要期望人們通過互聯網上的鏈接來獲得幫助。 – 2014-09-30 10:06:31