Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中使用 Zebra Date Picker,它很好用。
但是现在我尝试在单击按钮时动态设置日期。我在网上搜索任何参考资料,但找不到任何参考资料。
请提出任何可能的解决方案。
参考:http ://stefangabos.ro/jquery/zebra-datepicker/
据我所知,它可以像下面这样完成:
$("#datepicker-example13").val('2012-12-23').data('Zebra_DatePicker').show();
当我在控制台中运行它时,这在他们的页面上运行良好