Search code examples
jqueryinternet-exploreriframecompatibilitymeta

jquery not working in IE inside iframe other browsers work properly


A weird problem with loading jquery in iframe using IE. I tried using the meta tag in compatibility mode but still not working. Chrome and Mozilla are working fine.


Solution

  • Did you try this?

    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />