Using jQuery Date picker with a custom trigger button

后端 未结 6 1527
伪装坚强ぢ
伪装坚强ぢ 2021-02-20 08:37

How do I make the jQuery Datepicker open up by a user defined button?

6条回答
  •  忘了有多久
    2021-02-20 09:13

    The question is not clear if you want an additional trigger or an additional trigger. If you want to have an additional trigger. The accepted answer did not work for me perhaps its an outdated version. The below code worked for me as a general trigger

        $('#datepicker').jqxDateTimeInput('open');
    

提交回复
热议问题