Answer the question
In order to leave comments, you need to log in
Is it possible to disable compatibility mode in ie9 using js?
Essence: there is a js code that is embedded on the page.
If in ie9 this page does not specify the `html` doctype or meta tag
<meta http-equiv="x-ua-compatible" content="IE=Edge"/>
, then the page will run in compatibility mode, i.e. in ie8 mode, which will cause the code to become inoperable. <meta http-equiv="x-ua-compatible" content="IE=Edge"/>
- did not help.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question