Site Notice

hello, world

Difference between revisions of "MediaWiki:Js-doc.js"

From Project-EPB Commons
m (机智的小鱼君 moved page MediaWiki:Js-doc to MediaWiki:Js-doc.js without leaving a redirect)
(机智的小鱼君 changed the content model of the page MediaWiki:Js-doc.js from "wikitext" to "JavaScript")
Tag: content model change

Revision as of 07:20, 5 September 2019

/**
 *『Wjghj Project Static』
 * This _JavaScript_ code is from https://common.wjghj.cn
 * CC BY-NC-SA
 **/

/* Invoke jQuery */
document.write('<script src="https://common.wjghj.cn/js/jquery"></script>);
/* Window load finished */
window.addEventListener("load", function(event) {
  // Do something...

});