简体   繁体   中英

JQuery Datepicker: how to deny it using my css

I have a Javascript JQuery datepicker attached to 2 text fields.

In Chrome, this works perfectly. In IE9, whenever I click on the text fields, the calendar field opens BUT when I want to select a date, the control flickers because the hover effect does inherit from some CSS.

I want to know if there's a way for me to deny the control to be using my css (such as or ) and just revert to the base browser visual style.

This way, I can start building it up from scratch and test where the flickering occurs.

这有帮助吗?

pointer-events:  auto | none

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM