To get updates on new site content, like us on Facebook or follow us on Twitter.

Difference between revisions of "MediaWiki:Common.js"

From JFA Wiki
Line 2: Line 2:
 
jQuery(document).ready(function () {
 
jQuery(document).ready(function () {
 
document.body.insertAdjacentHTML( 'beforeend', '<div id="jfatitle">Justice for Animals .org</div>');
 
document.body.insertAdjacentHTML( 'beforeend', '<div id="jfatitle">Justice for Animals .org</div>');
}
+
})

Revision as of 08:15, 31 January 2019

/* Any JavaScript here will be loaded for all users on every page load. */ jQuery(document).ready(function () {

document.body.insertAdjacentHTML( 'beforeend', '

Justice for Animals .org

');

})