MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
David Mason (talk | contribs) No edit summary |
David Mason (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
} | } | ||
include('/js/jquery-1.3.2.min.js'); | |||
include('/js/jquery.easing.1.3.js'); | include('/js/jquery.easing.1.3.js'); |
Revision as of 21:22, 23 July 2010
/* Any JavaScript here will be loaded for all users on every page load. */
function include(destination) {
var e=window.document.createElement('script');
e.setAttribute('type','text/javascript');
e.setAttribute('src',destination);
document.getElementsByTagName('head')[0].appendChild(e);
}
include('/js/jquery-1.3.2.min.js');
include('/js/jquery.easing.1.3.js');
include('/js/jquery.galleryview-1.1.js');
include('/js/jquery.timers-1.1.2.js');
include('/js/loadgallery.js');