Difference between revisions of "MediaWiki:Common.js"
Jump to navigation
Jump to search
(Testing this functionality) |
(No difference)
|
Revision as of 03:24, 15 April 2020
/* Any JavaScript here will be loaded for all users on every page load. */ $(function () { var myElement = document.getElementById('mw-mywiki-example'); myElement.innerHTML = 'any HTML'; }());