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 を使用しています。
しかし今、ボタンをクリックすると日付を動的に設定しようとしています。Web で参照を検索しましたが、何も見つかりませんでした。
可能な解決策を提案してください。
参考:http ://stefangabos.ro/jquery/zebra-datepicker/
私が見る限り、それは以下のように行うことができます:
$("#datepicker-example13").val('2012-12-23').data('Zebra_DatePicker').show();
コンソールで実行すると、これは彼らのページで正常に動作します