MediaWiki:Common.js

From UMaine SECS Numerical Modeling Laboratory
Revision as of 20:54, 19 February 2019 by Nick (talk | contribs)
Jump to: navigation, search
/* 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';

}());