I get mixed mode popups over https when using the $.ready() function.
The line of code that's causing the problem is:

if(script)script.onreadystatechange=function(){if(this.readyState!
="complete")return;jQuery.ready();

I think there was a few threads discussing the same problem but
nothing came out of them. Has anyone managed to solve this problem at
all or is should I just not use $.ready() for secure sites?

Reply via email to