0){ $(this).children(".child").show(); $(this).parent().addClass("active"); } }); $(".product .list .tags").each(function(){ var tagslist = $(this).attr("tags").split("|"); var html = ""; $.each(tagslist, function(index, value) { // 遍历数组 html += ""; html += value; html += ""; }); $(this).html(html); }); $("#pro_btn").click(function () { if ($.trim($("#pro_key").val()) == "" || $.trim($("#pro_key").val()) == "输入产品名称、产品类别、颜色、等即可开始搜索") { layer.msg('请输入您要搜索的关键词') return false; } else { window.location.href = "/cosmetic-pigment/?keywords=" + $.trim($("#pro_key").val()); } }) $("#pro_key").keydown(function (event) { if (event.keyCode == 13) { $("#pro_btn").click(); } }) var czlist = 0; $(".inside-1 .classifyAside .list .child .list>li.active").each(function(){ if($(this).attr("iid")!='全部'){ czlist+=1; } }); $("#chongzhinum").ht