$(function(){ $('#tabs-generator').appendTo('#tabs'); $('#tabs .menuli a:not(:first)').addClass('inactive'); $('.pane').hide(); $('.pane:first').show(); $('#tabs .menuli a').click(function(){ var t = $(this).attr('id'); if($(this).hasClass('inactive')){ //this is the start of our condition $('#tabs .menuli a').addClass('inactive'); $(this).removeClass('inactive'); $('.pane').hide(); $('#'+ t + '-pane').fadeIn('slow', function() { redrawVENN('topics-venn'); }); } }); }); /*******************************************************************/ /* ftrtch dino */ /* [type: JS] [file:template-main] [53.1363] DESIGN*/ /*******************************************************************/ /* 0.1 D>D */ /* db 162 */