[Tips] sitemaplite 모듈 게시판 한번에 선택하기
2024.05.24 09:38
13
0
https://eond.com/462867

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();


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

라이믹스는 이온디와 함께

닫기

마이페이지

로그인을 해주세요

네이버로 로그인