Essentially, I want to implement a jQuery feature on a site that I'm building, but I don't want Internet Explorer users to have to click "Allow Blocked Content". The feature works fine with Safari, Chrome, and Firefox. It's only IE that prompts the users with the Active X warning.
I'm using the following jQuery cycle plugin: http://malsup.com/jquery/cycle/
I thought that I might simply have to live with the fact that users have to click on the Active X message when they use the site, but Zendesk (www.zendesk.com) is using the same implementation and that site doesn't prompt me with the warning.
Any ideas as to what I'm doing wrong would be appreciated.
It's probably because you're running the page locally. IE doesn't like local pages to run javascript and will always complain about it. Once you have it as a website (even on localhost) it shouldn't complain anymore.
Is it because you are running locally/from file? Try on a remote server. Does the problem persist? To get rid of it locally, try adding the "mark of the web"
I had this problem on a live server. Serached the web for answers and kept finding info saying it was because you're testing on a local server or you need to apply MOTW. No. Turns out there's a bug fix that needs to be applied to the jquery script itself to get rid of it.
http://dev.jquery.com/changeset/6268
Worked for me. Also, make sure the script is not the minified version.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With