jquery - How to avoid IE warning for secure content with fancybox version 2? -


i'm using fancybox version 2.0.6 load hidden divs fancybox, in ie warning secure content displayed. see there people have addressed issue in version 1.3.4, version 2 not have same code replaced in patch (i checked).
has dealt already? there resolution in latest fancybox version?

i decided try installing older version of fancybox has patch issue, before adding javascript included old version commented out script lines new version , warning remained!

i noticed had included jquery instructed @ http://fancyapps.com/fancybox/#instructions , didn't change http https in line:

<!-- add jquery library --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> 

so answer fancybox version 2.0.6 not throw security warnings in ie, if blindly follow instructions you'll warning due jquery line. :)


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -