Apply jQuery datepicker to multiple instances

后端 未结 12 2324
时光说笑
时光说笑 2020-11-27 14:04

I\'ve got a jQuery date picker control that works fine for once instance, but I\'m not sure how to get it to work for multiple instances.



        
12条回答
  •  一整个雨季
    2020-11-27 14:31

    I had a similar problem with dynamically adding datepicker classes. The solution I found was to comment out line 46 of datepicker.js

    // this.element.on('click', $.proxy(this.show, this));
    

提交回复
热议问题