jQueryUI has a pretty nice autocomplete widget that I use for most stuff: http://jqueryui.com/demos/autocomplete/
I wrote this combobox 5-6 years ago (because there weren't any freely available implementations that didn't suck) and though it predates both jQuery and Prototype, still use it when jQueryUI's doesn't cut the mustard: http://www.barneyb.com/barneyblog/projects/combobox/ Both support local and remote completions. Last time I checked you have to hack the jQuery one if you want to send back rich options (e.g., with embeded images). cheers, barneyb On Fri, Mar 12, 2010 at 12:09 PM, sandeep saini <[email protected]> wrote: > > Hi, > > I need ColdFusion Ajax Combobox. I should be able to enter text and based on > that the options should populate dynamically. > > Thanks > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331706 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

