CMS솔루션마켓, 이온디 - 워드프레스, 라이믹스, 카페24, 그누보드, 엑셀

홈페이지 제작팁

function checkAllSitemapLiteBoxes() {

    // Get all input elements with the specified name

    var checkboxes = document.getElementsByName('sitemaplite_document_source_modules[]');

    

    // Loop through the NodeList and check each checkbox

    for (var i = 0; i < checkboxes.length; i++) {

        checkboxes[i].checked = true;

    }

}


// Call the function to check all checkboxes

checkAllSitemapLiteBoxes();


위 코드를 브라우저 콘솔창에 입력하시면 됩니다. 

 
댓글은 로그인 사용자만 작성 가능합니다. 로그인하기