jQuery 版本 2 以上不支持 IE6,7,8 瀏覽器

jQuery 版本 2 以上不支持 IE6,7,8 瀏覽器。jquery

若是須要支持 IE6/7/8,那麼請選擇1.9瀏覽器

你還能夠經過條件註釋在使用 IE6/7/8 時只包含進1.9。ip

<!--[if lt IE 9]>
    <script src="jquery-1.9.0.js"></script>
<![endif]-->
<!--[if gte IE 9]><!-->
    <script src="jquery-2.0.0.js"></script>
<!--<![endif]-->
相關文章
相關標籤/搜索