IT'S DO
728x90
var rows = document.getElementById("resTb").getElementsByTagName("tr");
console.log("123214124124", rows.length);  // tbody tr 개수 = 2
if(rows.length == 0){

    console.log("jquery : 해당 객체 존재하지 않음");
    console.log("testsdfsafa12321412412");
    $("#12345").attr("value", "bad");
    test.innerHTML = "<td id=\"noRes\" colspan=\"7\" value=\"noRes\">팝업창에서 항목을 선택해주세요.</td>";

} else {
    console.log("jquery : 해당 객체 존재함");
    $("#12345").attr("value","good");
profile

IT'S DO

@멋진놈

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!