MediaWiki:Common.js: Difference between revisions
Appearance
Created page with "→Any JavaScript here will be loaded for all users on every page load.: mw.loader.using(['jquery']).then(function () { $(".collapsible-header").click(function () { $(this).toggleClass("active"); $(this).next(".collapsible-content").slideToggle(); }); });" |
(No difference)
|
Revision as of 00:13, 4 February 2025
/* Any JavaScript here will be loaded for all users on every page load. */ mw.loader.using(['jquery']).then(function () { $(".collapsible-header").click(function () { $(this).toggleClass("active"); $(this).next(".collapsible-content").slideToggle(); }); });