Link to home
Start Free TrialLog in
Avatar of Tom Knowlton
Tom KnowltonFlag for United States of America

asked on

IE9 allow blocked content - is not prompted on every page

Please see my screenshot (embedded below)


"A" is what I sometimes get when I try to preview a simple "Hello World" type web page demonstrating the use of a jQuery folder tab plugin I am evaluating.

if I click the button to allow blocked content -- then the jQuery gets applied and you see the tabbed folder effect shown in figure "B".

That is all fine and good.  The problem is ...  I am trying to use the same jQuery plugin on another page and it is coming up looking like figure "A" shown below --  BUT  --  there is no prompt to allow blocked content.

So...I need help figuring-out how to get IE9 to allow the jQuery plugin to run.

Thank you,


Tom


 User generated image
SOLUTION
Avatar of Nick Sitar
Nick Sitar
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tom Knowlton

ASKER

I will take a look at those options in a minute...

Let's begin with just getting it to work while debugging on my local machine inside the Visual Studio IDE.

And it's not that JavaScript won't run, per se.

For example....

This will run:
$("#tabs").css("border","1px solid red");


This will not:
$("#tabs").tabs();
thx