Bootstrap支持ie8

版权声明:欢迎转载,转载请标明转载地址 https://blog.csdn.net/u010520146/article/details/86304280
jQuery支持ie8

jQuery从2.0开始不兼容IE8,最低支持IE9,所以需要引入更低的jQuery版本来兼容

  <!--[if IE 8]>
    <script type="text/javascript" src="http://lib.fjhis.cn/jquery/1.9.1/jquery.min.js"></script>
    <![endif]-->
bootstrap支持ie8
    <!--[if lt IE 9]>
    <script src="https://cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
    <script src="https://cdn.bootcss.com/respond.js/1.4.2/respond.js"></script>
    <![endif]-->
placeholder支持ie8

参考 https://gitee.com/mqycn/placeholder.js

猜你喜欢

转载自blog.csdn.net/u010520146/article/details/86304280