편집
925
번
Myheart3123 (토론 | 기여) 편집 요약 없음 |
Myheart3123 (토론 | 기여) 편집 요약 없음 |
||
7번째 줄: | 7번째 줄: | ||
const checkbox = $('#citizen-search__checkbox'); | const checkbox = $('#citizen-search__checkbox'); | ||
if (!checkbox.is(':checked')) { | if (!checkbox.is(':checked')) { | ||
$('#citizen-search__checkbox').prop('checked', true); | |||
$('#searchInput').focus(); | $('#searchInput').focus(); | ||
} | } |