twitter bootstrap - add scrollable option into multiselect jquery -
i use dropdownlist in this demo. list larger demo that's why want add scrollable option. how can add scrollable option dropdown
for ul element in example, can set fixed height , set overflow-y property scroll. example in link;
ul {height:50px;overflow-y:scroll;}
Comments
Post a Comment