Highlight jQuery UI autocomplete

后端 未结 3 1507
醉梦人生
醉梦人生 2020-12-29 07:53

I\'m using the autocomplete function in jQuery UI 1.8.6. And I want to highlight matching results. But for some reason when I use a regex to add \"strong\" tags around the m

3条回答
  •  一个人的身影
    2020-12-29 08:47

    Plain javascript alert() does not display html. Look into using a modal or something else. Or like the others said, post some specific input/output.

提交回复
热议问题