0

我在 IE8 中使用 selected.js 插件进行多选下拉菜单。当我单击下拉菜单以选择选项时,会在下拉菜单下方打开一个选项列表。鼠标抬起时,它消失了,我无法选择它。它应该保持打开状态。

更新

这是我的下拉列表代码:

<asp:ListBox ID="ddlSegRequirement" runat="server" class="chosen" Style="width: 500px" SelectionMode="Multiple" data-placeholder="Select...">
<asp:ListItem Value="1">Logical segregation</asp:ListItem>
<asp:ListItem Value="2">Physical segregation</asp:ListItem>
<asp:ListItem Value="3">Other</asp:ListItem>
</asp:ListBox>

在jQuery中

$(".chosen").chosen();
4

0 回答 0