internet explorer 11 - IE 11 document mode by default -


by default ie 11 starts wired ie 7 settings (emulation mode) brakes js , everything! 2 hours try fix issues! can go developer toolbar f12 , there set emulator ie 10 , works.

i don't want go every time in developer toolbar , set manually. , on top of have keep developer toolbar on in order see emulator ie 10 working fine!

i'm going nuts settings! how can set ie 11 start default in ie 10 or 11 or whatever want?

i don't think of ie setting lets configure default document mode. however, can achieve code in webpage.

<meta http-equiv="x-ua-compatible" content="ie=edge" /> 

putting line of code in head tag of html ensures uses latest version of ie.

or

<meta http-equiv="x-ua-compatible" content="ie=100" /> 

to use specific version. ie 10, in case.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -