jQuery选择选项的IE问题依赖

时间:2016-02-08 13:55:49

标签: php jquery html select option

我有IE的问题

dipendencing无法使用Internet Explorer 7和++ 所有其他浏览器都可以

这里是我的剧本

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<aside>
  <button type="button" data-id="N">16-50mm</button>
  <button type="button" data-id="J">25-75mm</button>
  <button type="button" data-id="M">30-50mm</button>
  <button type="button" data-id="G">50-120mm</button>
  <button type="button" data-id="K">50-100mm</button>
  <button type="button" data-id="A">75-200mm</button>
  <button type="button" data-id="C">75-200mm</button>
  <button type="button" data-id="F">75-150mm</button>
</aside>

<section id="N">
  <figure>
    <a href="A1.html">
      <img src="Images/000-001.jpg" alt="Image1 A1">
    </a>
    <br>
    <figcaption>Name</figcaption>
  </figure>
</section>

<section id="J">
  <figure>
    <a href="A1.html">
      <img src="Images/000-001.jpg" alt="Image2 A1">
    </a>
    <br>
    <figcaption>Name2</figcaption>
  </figure>
</section>

这是页面链接: www.gruppohera.it/reti/gas/gas_societa_vendita/piano_ispezione_mensile /

我可以改变解决这个问题的方法吗?

我希望有人帮助我...... 提前谢谢!

0 个答案:

没有答案