I'm trying to implement the Jump to match and highlight feature. My page links to the highlight.js file, I have my body tag set up as
<body onload="highlight();">
and I have the feature checked in the Results Layout page of the Zoom configuration. I can see that it's trying to work because when I select a search result it goes to the page and scrolls down to the found word, but the word is not highlighted. I didn't see any style for this.
What did I miss?
Thanks for your help.
Steve
<body onload="highlight();">
and I have the feature checked in the Results Layout page of the Zoom configuration. I can see that it's trying to work because when I select a search result it goes to the page and scrolls down to the found word, but the word is not highlighted. I didn't see any style for this.
What did I miss?
Thanks for your help.
Steve
Comment