I would like to highlight search terms on a page, but not mess with any HTML tags. I was thinking of something like:
$(\'.searchResult *\').each(function()
I'd give the Highlight jQuery plugin a shot.