$.each($('#items').children(), function(index, value) { if ($(this).attr("label-cate") == id) { $(this).show(); } else { $(this).hide(); } });