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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -