2011-05-11 42 views

回答

1

創建文本框後,動態使用jquery使其進入日期選擇器。

$('#divId').append('<input type="textbox" id="txtId"/>');//create text box 

$('#txtId').datepicker();//create date picker 
相關問題