PDA

View Full Version : Highlight but not jump



pintail144
02-01-2008, 08:04 AM
Is it possible to highlight the related keywords on the destination page, but not jump to them?

wrensoft
02-01-2008, 10:20 PM
In the highlight.js script around line 40, you can find this code to edit,



// If you wish to disable the jump functionality which scrolls the browser
// to the first occurance of the matched word, change this setting to false
var JumpToFirstOccurance = true;

pintail144
02-04-2008, 06:51 AM
Thank you very much!