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 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. */
 
jQuery(document).ready(function () {
 
jQuery(document).ready(function () {
document.body.insertAdjacentHTML( 'beforeend', '<div id="jfatitle">Justice for Animals .org</div>');
+
document.body.insertAdjacentHTML( 'afterbegin', '<div id="jfatitle">Justice for Animals .org</div>');
 
})
 
})

Revision as of 08:40, 31 January 2019

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

document.body.insertAdjacentHTML( 'afterbegin', '

Justice for Animals .org

');

})