Could you please help me in highlighting the typed words in the auto complete text box. i am already populating the autocomplete words and i need to just highlight the typed
If you are using new JQueryUI, You should replace this:
.data("autocomplete")._renderItem
to this:
.data("uiAutocomplete")._renderItem