Weird bug when combining an ASP.NET updatepanel with the jQuery UI DatePicker

前端 未结 10 756
时光说笑
时光说笑 2021-02-04 15:42

I\'ve created a page which combines an inline jQuery UI datepicker . I wan\'t to initiate a callback to the updatepanel when the user clicks a new date to update some data. Now,

10条回答
  •  走了就别回头了
    2021-02-04 16:12

    I have fixed various async issues with jQuery/Updatepanels using the ScriptMode="Release" argument on the ScriptManager.

      
      
    

提交回复
热议问题