How to highlight input words in autocomplete jquery ui

后端 未结 6 2205
后悔当初
后悔当初 2020-12-25 13:46

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

6条回答
  •  我在风中等你
    2020-12-25 14:30

    If you are using new JQueryUI, You should replace this:

    .data("autocomplete")._renderItem
    

    to this:

    .data("uiAutocomplete")._renderItem
    

提交回复
热议问题