嗨,我对此http://dl.dropbox.com/u/143355/datepicker/datepicker.html twitter 引导插件有疑问。
如何更改此代码,以便我可以将 datepicker 分配给我想要的字段?我试过这样
$('[data-datepicker]').each(function(){
new DatePicker(this, option);
});
new DatePicker($('#date'), options);
而且每次都搞定Datepicker is undefined
。如何使它工作?