jQuery UI Autocomplete plug-in format results
Posted
by dev.e.loper
on Stack Overflow
See other posts from Stack Overflow
or by dev.e.loper
Published on 2010-03-12T21:18:46Z
Indexed on
2010/03/12
23:17 UTC
Read the original article
Hit count: 483
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.
© Stack Overflow or respective owner