Submit your widget

Auto Scrolling ComboBox(jQuery &CSS3;)

Created 13 years ago   Views 13259   downloads 2532    Author n/a
Auto Scrolling ComboBox(jQuery &CSS3;)
View DemoDownload
209
Share |

we will show you some useful and neat UI elements that are focused on selecting content. We will be using jQuery and some CSS3 properties for the style to give the elements some edge.

This is a select box plugin that let’s you create an auto scrolling combo box.

 

 

This plugin will transform a select element into a nice looking combo box. You just need to give an ID to the select box and call the plugin like this:

$(function() {
    $('#ui_element').scrollablecombo();
});