카페검색 본문
카페글 본문
-
711 26/4/14 Delta Airlines Raises Fees for Checked Baggage 2026.04.14해당카페글 미리보기
1. Delta Air Lines is raising fees for checked baggage. 2. Most Delta passengers on domestic and short-haul international flights will now pay $45 for the first checked bag, $55 for the second. 3. A third bag will now cost $200, a $50...
-
20260317 선택파일 삭제 2026.03.17해당카페글 미리보기
checkAll.addEventListener('change', function () { document.querySelectorAll('.fileCheck').forEach(cb => cb.checked = this.checked); }); } document.querySelectorAll('.fileCheck').forEach(cb => { cb.addEventListener('change', function...
-
2026-03-12 회원가입 최종제출시 중복검사 했는지 체크하는 코드 추가 2026.03.12해당카페글 미리보기
아이디/닉네임 입력 바꾸면 중복체크 초기화 document.getElementById("mid").addEventListener("input", function () { this.dataset.checked = ""; }); document.getElementById("nickName").addEventListener("input", function () { this.dataset...
-
제미나이 최고성능으로 쓰는방법 (프롬포트 수정) 2026.05.01해당카페글 미리보기
The evaluator audits actual tool-call and file-inspection ogs. Any claim that you searched, opened, read, checked, verified, inspected, analyzed, summarized, or tested something without matching tool/file evidence is an automatic...
-
체크박스 2025.11.15해당카페글 미리보기
interests.length ? interests.join(', ') : '(없음)')); } // JS로 체크된 값 읽기 function readValues(){ const checked = Array.from(document.querySelectorAll('input[name="interests[]"]:checked')) .map(i => i.value); alert('선택된 항목...