Jquery datepicker popup not closing on select date in IE8

前端 未结 10 1290
逝去的感伤
逝去的感伤 2020-12-15 05:46

I\'ve got a web form with a start date field. I\'ve tied a jquery datepicker to the txt field. Now when I choose a date in FF, the selected date is populated in the text box

10条回答
  •  囚心锁ツ
    2020-12-15 06:29

    It seems to be a bug of sorts, but adding this line in the datepicker declaration should solve it:

    onSelect: function() {}
    

提交回复
热议问题