On a clients website my dropdowns that I have set up for the 3 products are not working when I view the page via HTTPS.
Here it is working on HTTP: http://bit.ly/WeY3NP
Here it is not working on HTTPS: http://bit.ly/X0iHTo
Thanks a bunch!
On a clients website my dropdowns that I have set up for the 3 products are not working when I view the page via HTTPS.
Here it is working on HTTP: http://bit.ly/WeY3NP
Here it is not working on HTTPS: http://bit.ly/X0iHTo
Thanks a bunch!
You must be logged in to post a comment.
JQuery is not being included properly on https.
You can see that $ is undefined in the chrome developers console when using https://. I can’t test right now but i suspect that if you include JQuery differently it will work.
Change :
To: