User:FlyingRagnar/vector.js: Difference between revisions
Jump to navigation
Jump to search
FlyingRagnar (talk | contribs) No edit summary |
FlyingRagnar (talk | contribs) No edit summary |
||
| Line 14: | Line 14: | ||
//+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' | //+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' | ||
//+ '&action=raw&ctype=text/javascript"></' + 'script>'); | //+ '&action=raw&ctype=text/javascript"></' + 'script>'); | ||
Revision as of 19:54, 19 October 2011
// Anything in this function wrapper will be executed when the page is ready for action
function load_tabs() {
//alert('stupid');
$( "#tabs" ).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>');