MediaWiki:Common.js: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 45: Line 45:
$(this).addClass('active');
$(this).addClass('active');
$(this).removeClass('inactive');
$(this).removeClass('inactive');
$(this).parent().parent().find('> div').fadeOut('slow', function(){
$(this).parent().parent().find('> div').hide();
                                    $(target).fadeIn('slow');
                                $(target).show();
                                });
return false;
return false;
});
});