Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi..

How can I use Select box of jquery UI in my Asp.Net website?
Actually I have jquery-ui-1.8.12.custom.min.js file. and jquery-ui-1.8.12.custom.css..
It does not contain any function for combobox or select box either.

Any help please..

Thanks..
Posted

The select box in JQuery UI as per the example given on the site is just an unordered list of items.

If you need to have the ComboBox or DropDownList it is another component which is a part of AutoComplete.

For more details you can have a look at the demos on the official JQuery UI site over here[^] for SelectBox and here[^] for ComboBox.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900