Link to home
Start Free TrialLog in
Avatar of dhaaken
dhaaken

asked on

jQuery DatePicker HTTPS issue with IE

I use a jQuery Date Picker. It works fine in Chrome and Firefox.

https://www.bisparks.org/SibleyPark/datepicker/dan.html

Unfortunately Microsoft's new IE security features will not permit it to be displayed without an error message under HTTPS. HTTP is just fine. I can work around it, but HTTPS is required later in the program for credit card submission.

Any fixes or suggestions. Dan
ASKER CERTIFIED SOLUTION
Avatar of designatedinitializer
designatedinitializer
Flag of Portugal image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dhaaken
dhaaken

ASKER

Thanks. Easy fix. The only external assets loading on the page were a couple of Jquery scripts from ajax.googleapis.com that ran the DatePicker. As soon I changed them to https it worked. AND it appears that so long as https is used as the website URL, that relative asset URLs such as images, include files, etc within the document work fine. Is that a safe assumption?
I guess so. But if it gives you any trouble, just convert them to absolute references.