jquery - Internet Explorer 11 default document view mode to Edge -
i have windows 7 , ie 11 installed in local machine. working on asp.net, c# web application used bootstrap, jquery etc.
i have created 1 checkbox dropdown list (ref: http://www.aspsnippets.com/articles/multiple-select-multiselect-dropdownlist-with-checkboxes-in-aspnet-using-jquery.aspx).
but local intranet website showing default document view mode 7 , check box drop down list this
but when on production looks see below screenshot, on production default document view mode edge (i don't know how.)
is there anyway, can set default document view mode edge local intranet website users?
add meta between <head></head>
:
<meta http-equiv="x-ua-compatible" content="ie=edge" />
for reference: legacy document modes
Comments
Post a Comment