Is the include script to the jQuery library also HTTPs? All external content (CSS, Scripts, Images) has to be over HTTPs to not create the mixed content error.
On Aug 31, 5:10 am, UglySkinnyGuy <evan.e.free...@gmail.com> wrote: > Have a wierd issue. It seems that if I use jquery in https and do an > ajax call out and then update the dom with the resulting html I get an > HTTPS unsecure content warning. Now the content is all https and there > are not http calls any where so I'm wondering if this has been seen > before. I've dug very deep looking for the issus and if I take jquery > out of the equation it doesn't give me an error. But I've standardized > jquery as part of the site and don't want to mix straight old > javascript with jquery, if I can avoid it. > > So any help would be useful.