I have a search which yields a URL like this: (searching for [jets daniel]) http://www.commadot.com/index.php?s=jets+daniel&searchsubmit=Search<http://www.commadot.com/index.php?s=Jets&searchsubmit=Search>
I also have a <span ID="searchterm"> with the contents of "jets daniel" on the page. Looking for a jQuery way or plugin to highlight all the matching words. (i.e. pick them out of the text and add a <span class="highlight"> around them) Any plugins I should start with? Anyone do similar suff before? Glen