Updating to latest JQuery UI and datepicker is causing the datepicker to always be seen

后端 未结 3 1814
时光说笑
时光说笑 2021-01-18 00:56

We have just updated to JQuery 1.5.2.min and JQuery-ui-1.8.11.min and are using the latest datepicker.js files as well (I say files because we are using some of the localize

3条回答
  •  南笙
    南笙 (楼主)
    2021-01-18 01:41

    it happens to me as well, I have jquery and Keith-Wood datepicker (http://keith-wood.name/datepick.html) libraries at the same html. I try to use #ui-datepicker-div {display: none;} as mentioned above but it fixed the problem but it made the Keith-Wood datepicker disappear as well.

    I am using jquery 1.8.2 , jquery-ui.js (1.10.2), and even theme also 1.10.2. So I change jquery-ui and the theme back to 1.8.2 which is same version as the jquery.js. it fixed the problem, the grey line didn't appear anymore. I think the better solution is to use same version for all jquery libraries

提交回复
热议问题