I use jQuery UI with it’s autocomplete plugin. I want to have a jQueryUi-like combobox (with an arrow on which one can click to see a list), but when someone enters some text in the combobox/textfield, the data is retrieved from backend. Any ideas on how to do that?
Share
Here is a working example: http://jsfiddle.net/and7ey/TFerw/3/
See this question