DatePicker not working in ajax loaded page

后端 未结 3 946
深忆病人
深忆病人 2021-01-15 07:28

I attach the datepicker to inputs in a global script file with like this:

$(document).on(\"focusin\",\".datePick\", function () {
            $(this).datepic         


        
3条回答
  •  借酒劲吻你
    2021-01-15 08:09

    I experienced this exact error, and while my answer will not help the OP, maybe it will help others in the future.

    I received this error message when I had an ID clash with another element in my page.

提交回复
热议问题