I try to use jquery to highlight text.
I have follow this fiddle solution : http://jsfiddle.net/thelinh/UPs3V/
It's work to search and highlight text that don't contain line break tags (<br/>
) tags.
But in case text contain <br/>
tags. the solution doesn't work.
Please help me.
Thanks.