1. 程式人生 > >jquery相容ie8

jquery相容ie8

  1. <!--[if lte IE 6]> <![endif]--> IE6及其以下版本可見
  2. <!--[if IE 8]> <![endif]--> IE8可見
  3. jquery從2.0版本開始不相容IE8了
    可這樣寫:
<!--[if  IE  8]> 
<script src='jquery/jquery-1.9.1.min.js'></script>
<![endif]-->
<script src='jquery/jquery-3.3.1.min.js'>
</script>

另外,對於swiper外掛來說,swiper2.0相容IE8