"+c2; var sum = 0; $("#sms_sel3 li").each(function(index, element) { if($(this).text()==cate1){sum=1;} }); if(sum==0 && c1!="" && c2!="" && s1<15){ $("#sms_sel3").append("
  • "+cate1+"
  • "); $("#sms_tip1").text("已添加:"+cate1); $("#sms_prices").attr("checked","checked"); }else if(sum==0 && c1!="" && c2!="" && s1>=15){ $("#sms_tip1").text("已选择15个,如需选择其他请先删除"); }else if(c1=="" || c2==""){ $("#sms_tip1").text("请选择所需品种"); }else{ $("#sms_tip1").text("该品种已经添加,请选择其他品种"); } }) } function remove_cate(){ $("#remove_d").click(function(){ var re_li = $("#sms_sel3 li.on"); if(re_li.length == 0){ $("#sms_tip1").text("请选择删除品种"); } else{ $("#sms_tip1").text("已删除:"+re_li.text()); re_li.remove(); } if($("#sms_sel3 li").length == 0) { $("#sms_prices").attr("checked",false); } }) } -->