Srikar Appalaraju
Srikar Appalaraju

Reputation: 73698

jQuery Plugin to "Bold" Matched Letters (the way Google Search Engine displays results)

Is there any jQuery Plugin to make "Bold" matched letters in a search query?

Like in any search engine, after a query is typed, the matches letters are made bold in the results.

Upvotes: 3

Views: 753

Answers (1)

Kobi
Kobi

Reputation: 138147

Try the jQuery Highlight Plugin.

Use the css:

.highlight { font-weight:bold; }

Upvotes: 1

Related Questions