How to make matched text bold with jquery ui autocomplete?

后端 未结 5 1379
南旧
南旧 2020-12-08 05:04

I am wondering how to make the matched part of the autocomplete suggestions bold when using jquery ui autocomplete?

So for example if you type in \"ja\" and the sugg

5条回答
  •  太阳男子
    2020-12-08 05:29

    I'm not sure why the autocomplete is so bare-bone compared to the other functionalities it contains (e.g. droppable, sortable, draggable etc.).

    It should really offer you with a stylable option, e.g. wrapping it with term or something similar.

    You could do it like this

    It should be pretty self-explanatory; if not, gimme a shout.

提交回复
热议问题