jquery - What triggers the IE Enhanced Security warning -


is there published set of ie enhanced security blocking rules?

background: when try out jquery scripts, trigger ie enhanced security warning - matter of trial , error removing bits of code until find offending part,and see if jquery can work without it. commenting out code doesn't work, have delete page.

a utility can pinpoint blocked part of html/script useful.

edit: trying implement dynamic tooltips using this:

http://www.queness.com/post/92/create-a-simple-cssjavascript-tooltip-with-jquery

now there no shortage of other ways of doing tooltips, finding out triggers ie enhanced security warnings i'm after.

are testing script webserver or local file?

there known issue ie enhanced security warnings on local files. in case thats you're issue, there fix consists of placing following between opening tag.

<!-- saved url=(0014)about:internet --> 

Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -