How can you implement a jQuery feature without having IE prompt users with an Active X warning?
        Posted  
        
            by Bijan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bijan
        
        
        
        Published on 2010-02-17T17:58:51Z
        Indexed on 
            2010/05/25
            1:11 UTC
        
        
        Read the original article
        Hit count: 275
        
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.
© Stack Overflow or respective owner