User:FlyingRagnar/vector.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 6: Line 6:


// 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
jQuery( document ).ready( function( $ ) {
function load_tabs() {
   
   
   $( "#tabs" ).tabs();
   $( "#tabs" ).tabs();
    
    
} );
} );
jQuery( load_tabs );