I wonder why internet explorer does not recognize meta head for javascript set to application/javascript?
<meta http-equiv="x-ua-compatible" content="IE=EmulateIE8"/>
<script type="application/javascript" src="..."/>
doesn't work, but when i change it to
<meta http-equiv="x-ua-compatible" content="IE8"/>
<script type="application/javascript" src="..."/>
it works..
i'd like to use default javascript type that is "application/javascript"