I have an input element with an attached datepicker created using bootstrap-datepicker.
7条回答 我在风中等你 (楼主) 2020-12-01 09:26 Try this: $("#dp3").on("dp.change", function(e) { alert('hey'); }); 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Try this:
$("#dp3").on("dp.change", function(e) { alert('hey'); });