【发布时间】:2010-02-22 14:51:24
【问题描述】:
我需要能够从 Datepicker 中获取所选日期并使用所选值填充另一个文本框。我目前正在使用这样的onClose 函数:
$('#defaultDate').datepicker({
onClose:function(theDate) {
$('#txtEntry1').text = theDate;
}
});
【问题讨论】:
-
然后呢?你有什么问题?
标签: jquery jquery-ui datepicker jquery-ui-datepicker