$('.type-filter button.notice').click(function(){
        $('tr.notice').toggle($(this).hasClass('active'));
    });