Reputation: 73698
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
Reputation: 138147
Try the jQuery Highlight Plugin.
Use the css:
.highlight { font-weight:bold; }
Upvotes: 1