User:FlyingRagnar/vector.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
// 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
mw.loader.load( 'jquery.ui.tabs' );
function load_tabs() {
function load_tabs() {
   
   
   //alert('stupid');
   //alert('stupid');
   mw.loader.load( 'jquery.ui.tabs' );
    
   jQuery( "#tabs" ).tabs();   
   jQuery( "#tabs" ).tabs();