MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
Created page with "→Any JavaScript here will be loaded for all users on every page load.: window.tabberOptions = { manualStartup: true }; mw.loader.using('jquery.tabber', function () { $('.tabber').each(function () { new tabberObj({ div: this }); }); });" |
(No difference)
|
Revision as of 19:15, 3 July 2025
/* Any JavaScript here will be loaded for all users on every page load. */
window.tabberOptions = {
manualStartup: true
};
mw.loader.using('jquery.tabber', function () {
$('.tabber').each(function () {
new tabberObj({ div: this });
});
});