摘要: $.each($('#items').children(), function(index, value) { if ($(this).attr("label-cate") == id) { $(this).show(); } else { $(this).hide(); } }); 阅读全文
posted @ 2016-01-11 11:12 佛陀 阅读(202) 评论(0) 推荐(0) 编辑