$(".userlist-filter").each(function () {
        var e = $(this);
        if (e.is(":checked")) {
            $("#usertable > tr.user-" + e.val()).show();
            x++;