Revision history of "MediaWiki:Gadget-BackToTop.js"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 14:42, 5 November 2021Erich talk contribs 415 bytes +415 Created page with "$('body').prepend('<a href="#" class="back-to-top">Back to Top</a>'); var amountScrolled = 300; $(window).scroll(function () { if ($(window).scrollTop() > amountScrolled)..."