脚本 5:访问被拒绝 ie8.在 IE11 中使用 IE8 模拟器

Script5: access is denied ie8. Using IE8 emulator in IE11

本文关键字:IE11 模拟器 IE8 ie8 访问 拒绝 脚本      更新时间:2023-09-26

基本上我的引导导航栏在IE 8及更低版本中丢失了,可以这么说它已经折叠了。

从我收集的信息来看,这应该可以解决它:

<!--[if lt IE 9]>
      <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script>
    <![endif]-->

然而什么也没发生。获取访问权限在IE8模拟器中的响应.js行被拒绝!如果有的话,我需要一些指导。

确保您使用的是 jQuery 1.11 而不是 2+

http://getbootstrap.com/getting-started/#template

与IE8配合使用的最新jQuery版本是什么?