MediaWiki:Common.js

From Asian Canadian Wiki
Revision as of 17:27, 14 June 2010 by David Mason (Talk | contribs)

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* Any JavaScript here will be loaded for all users on every page load. */
function include(filename) {
	var head = document.getElementsByTagName('head')[0];
	
	script = document.createElement('script');
	script.src = filename;
	script.type = 'text/javascript';
	
	head.appendChild(script)
}

include('/js/jquery-1.3.2.js');
include('/js/jquery.history.js');

include('/js/jquery.galleriffic.js');
include('/js/jquery.opacityrollover.js');
include('/js/jquery.dogallery.js');

/* We only want the thunbnails to display when javascript is disabled */
document.write('<style>.noscript { display: none; }</style>');
Personal tools
Namespaces

Variants
Actions
Participating
Categories
Toolbox