Submit your widget

Auto Scrolling ComboBox(jQuery &CSS3;)

Created 14 years ago   Views 13532   downloads 2663    Author n/a
Auto Scrolling ComboBox(jQuery &CSS3;)
View DemoDownload
211
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();
});