jQueryUI: how can I custom-format the Autocomplete plug-in results?
- by dev.e.loper
I'm using jQuery UI Autocomplete plug-in. Is there a way to highlight search character sequence in drop-down results?
For example, if I have data: "foo bar" it and I search for "foo" I get "foo bar" in drop down.