Difference between revisions of "MediaWiki:Common.js"
From Buddha-Nature
((by SublimeText.Mediawiker)) Tag: Blanking |
((by SublimeText.Mediawiker)) |
||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | |||
+ | // Discover page anchors | ||
+ | $('.fp-arrowUp').click(function(){ | ||
+ | $.fn.fullpage.moveSectionUp(); | ||
+ | }); | ||
+ | $('.fp-arrowDown').click(function(){ | ||
+ | $.fn.fullpage.moveSectionDown(); | ||
+ | }); |
Latest revision as of 17:26, 16 December 2022
// Discover page anchors
$('.fp-arrowUp').click(function(){
$.fn.fullpage.moveSectionUp();
});
$('.fp-arrowDown').click(function(){
$.fn.fullpage.moveSectionDown();
});