jQuery UI Autocomplete - style like a standard <SELECT>
Posted
by jkohlhepp
on Stack Overflow
See other posts from Stack Overflow
or by jkohlhepp
Published on 2010-03-31T15:06:50Z
Indexed on
2010/03/31
15:13 UTC
Read the original article
Hit count: 682
jquery-ui
|autocomplete
I'm on the verge of starting a new web application that is likely to have need for both standard, simple dropdowns as well as more feature-rich autocomplete controls for longer lists of values, better type ahead behavior, etc. I'm planning on using the jQuery UI Autocomplete widget along with some combobox behavior as detailed here:
http://jqueryui.com/demos/autocomplete/#combobox
My concern is that "out of the box" the Autocomplete widget looks very different than a standard control. Since is not easy to skin/style, I'm hoping to adjust the Autocomplete to look & feel as close to the as possible, except in the cases where the increased functionality justifies a different L&F.
What is the best way to go about reskinning the Autocomplete to look more like a ? Has this already been done somewhere? Should I use jQuery UI theming? Other options?
© Stack Overflow or respective owner