标签: jquery reset bootstrap-datepicker
我正在使用ref的bootstrap日期选择器。以下链接https://bootstrap-datepicker.readthedocs.io/en/latest/
https://uxsolutions.github.io/bootstrap-datepicker/?markup=input&format=&weekStart=&startDate=&endDate=&startView=0&minViewMode=0&maxViewMode=4&todayBtn=false&clearBtn=false&language=en&orientation=auto&multidate=&multidateSeparator=&keyboardNavigation=on&forceParse=on#sandbox
但我发现了一个错误
如何将datepicker重置为当前月份或我选择的日期。
使用下面的代码,但它不在焦点事件中工作
$(this).focusin(function () { $('.dateCal2').datepicker('update', $('.dateCal2').val()); });