我正在使用selected.js来实现jQuery下拉列表... https://github.com/harvesthq/chosen
如果我想要以不同的方式设置多个下拉菜单,有没有办法在每个下拉列表中应用不同的样式表?这里有一个线索,但我还没想出来...... https://github.com/harvesthq/chosen/issues/935
答案 0 :(得分:0)
如果stof的答案不起作用(来自提供的链接),我猜你仍然可以将它包装在带有自定义类或ID的div中,不是吗?
<div class="myCustomStyledChosen">
<select...
</div>
然后在你的样式表中
.myCustomStyledChosen
{
yourstyles..
}