11,286
edits
FlyingRagnar (talk | contribs) No edit summary |
FlyingRagnar (talk | contribs) 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 | ||
function load_tabs() { | |||
$( "#tabs" ).tabs(); | $( "#tabs" ).tabs(); | ||
} ); | } ); | ||
jQuery( load_tabs ); | |||