Home
last modified time | relevance | path

Searched refs:sjump (Results 1 – 1 of 1) sorted by relevance

/plugin/searchjump/
H A Dscript.js1 var sjump = { class
21 sjump.jump_by(-1);
33 sjump.jump_by(1);
49 sjump.jump_by(0);
58 if (sjump.current >= sjump.$found.length) {
64 sjump.current = sjump.$found.length - 1;
68 jQuery(sjump.dialog).css('top', jQuery(sjump.$found[sjump.current]).offset().top + 'px');
70 sjump.$found[sjump.current].scrollIntoView();
71 jQuery(sjump.$found[sjump.current]).delay(50).fadeOut().fadeIn();
99 sjump.close();
[all …]