User:FlyingRagnar/vector.js
< User:FlyingRagnar
Jump to navigation
Jump to search
Revision as of 20:36, 19 October 2011 by FlyingRagnar (talk | contribs)
Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
// Anything in this function wrapper will be executed when the page is ready for action
mw.loader.load( 'jquery.ui.tabs' );
function load_tabs() {
//alert('stupid');
jQuery( "#tabs" ).tabs({ event: "mouseover" });
jQuery( "#ninja" ).tabs();
};
jQuery( load_tabs );
//addOnloadHook( load_tabs );
// install [[Wikipedia:User:Cacycle/wikEd]] in-browser text editor
//document.write('<script type="text/javascript" src="'
//+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
//+ '&action=raw&ctype=text/javascript"></' + 'script>');