Difference between revisions of "MediaWiki:Common.js"
From Yo-Kai Watch Wiki
Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
− | $('h2') | + | $('h2').first().html('test test') |
Revision as of 01:01, 4 January 2021
/* Any JavaScript here will be loaded for all users on every page load. */ $('h2').first().html('test test')