User:FlyingRagnar/vector.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 4: Line 4:
+ '&action=raw&ctype=text/javascript"></' + 'script>');
+ '&action=raw&ctype=text/javascript"></' + 'script>');


if (jQuery) { 
    // jQuery is loaded 
    alert('jquery');
} else {
    // jQuery is not loaded
    alert('not');
}


 
function insert_tabs() {
//$(document).ready( tabs() {
  $( "#tabs" ).tabs();
//  $( "#tabs" ).tabs();
});
//});
addOnloadHook( insert_tabs );