下拉选择在IE 11中不起作用

时间:2016-10-17 05:47:27

标签: javascript jquery

我有一个下拉列表,几乎适用于所有浏览器。

<select id="productField" onchange="productField_onChange();" />

在FireFox中,它看起来像这样: -

enter image description here

我的下拉代码

<select id="productField" runat="server">
  <option value="1" selected="selected">Select Product</option>
</select>

但在IE 11中看起来像是: -

enter image description here

有没有办法通过jquery / javascript修复此问题。

0 个答案:

没有答案
相关问题