")+"
"}c+=" ";c+=""}}$("#co_table").prepend(c)}});$(".text_left").parent().each(function(){$(this).hide();$(this).addClass("hide")});$(document).on("click",".routeData",function(){var c=$(this).next("tr");var b=$(this).data("sn");if($(c).hasClass("hide")){var a="";$.post("/routeListHome.do",{sn:b}).done(function(f){var d=f.list;if(d.length>0){a+='구 | ";a+="장소 유형 | ";a+="상호명 | ";a+="주소 | ";a+="노출일시 | ";a+="소독여부 | ";a+=""+d[e].GU+" | ";a+=""+d[e].PLACE+" | ";a+=""+d[e].TITLE+" | ";a+=''+d[e].ADDR+" | ";a+=""+d[e].SHOWDT+" | ";a+=""+d[e].DISINFECTANT+" | ";a+=" "}a+="
---|
조사중
'}$(c).children(".bg_route").children(".routeTable").remove();$(c).children(".bg_route").children(".emptyRoute").remove();$(c).children(".bg_route").children(".thisRoute").after(a)})}});$(document).on("click",".line_bg",function(){var a=$(this).next("tr");if($(a).hasClass("hide")){$(a).removeClass("hide").addClass("show");$(a).fadeIn("5000")}else{$(a).removeClass("show").addClass("hide");$(a).fadeOut("5000")}return false})});