Reputation: 4451
Say I have a string: "Hi there, Jack! How's it going?" or "A, B, C, D, E, F, Jack! What's up?"
Is there a way to highlight "Jack!" and all the words after "Jack!" ?
Upvotes: 0
Views: 48
Reputation: 550
Here is a jquery plugin highlight that looks like it will do what you trying to do.
Upvotes: 2