如何设置JQuery Chosen插件容器栏的高度

时间:2017-02-01 03:01:26

标签: javascript jquery html jquery-chosen

我想知道是否有任何方法可以为JQuery Chosen插件创建的下拉栏设置栏的高度。

enter image description here

这是我的代码中创建下拉列表的方式:

@html.DropDownList("AllNames",null,string.Empty,new{@id="namesList"})

<script type="text/javascript">
    $(document).ready(function () { 
        $("#namesList").chosen();
    });
</script>

0 个答案:

没有答案