Thanx的帮助,非常感谢!
答案 0 :(得分:0)
如果可以的话,首先更改日期选择器。它真的过时了。 http://eonasdan.github.io/bootstrap-datetimepicker/看起来很健康,但我从未尝试过。然后添加:
jQuery('your element').on('change.dp',function(data){
var fileName = data// prepare data to get proper name of script.
jQuery.getScript(basePath+fileName,function(){
//execute after getting the script
});
})
为什么不选择这个日期?它有非常旧的API和糟糕的文档。我似乎无法找到任何方法将任何观察者添加到日期选择器中,这就是你需要的东西。