tags:

views:

28

answers:

2

I just found a JQuery plugin for DropDown, but I am not following how to use it. It's documentation is also not available.

http://code.google.com/p/jqueryselectcombo/

Is there any other similar free plugin?

+1  A: 

This is a nice one

jquery.combobox

Stylish Select 0.3

and also jQuery selectbox replacement

rahul
+1  A: 

It's documentation can be found inside the .js file. As the example demo page says:

Please see source of js file for information on how to use this plugin.

Tatu Ulmanen