MediaWiki:Mobile.js: Difference between revisions
Content deleted Content added
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
Line 156:
}, { passive: true });
})();
/* ======================================================= */
/* FLOATING TOC: CLICK TITLE TO SCROLL TO TOP */
/* ======================================================= */
$(document).ready(function() {
// Listen for clicks on the TOC title
$(document).on('click', '#cps-toc-title', function() {
// 1. Scroll to the top of the page smoothly
window.scrollTo({ top: 0, behavior: 'smooth' });
// 2. OPTIONAL: Uncomment the line below if you also
// want the TOC menu to close automatically after clicking.
// $('#cps-toc-overlay').removeClass('is-open');
});
});
| |||