User:FlyingRagnar/vector.js: Difference between revisions

From Dragon Quest Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
// 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>');
// Anything in this function wrapper will be executed when the page is ready for action
// Anything in this function wrapper will be executed when the page is ready for action
function load_tabs() {
function load_tabs() {
Line 13: Line 7:
jQuery( load_tabs );
jQuery( load_tabs );


AddOnLoadHook( 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>');

Revision as of 17:17, 19 October 2011

// Anything in this function wrapper will be executed when the page is ready for action
function load_tabs() {
 
  alert('stupid');
  
};
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>');