728x90 반응형 php11 체크박스 최대 1개만 선택하기 체크박스 최대 1개만 선택하기 $('input[type="checkbox"][value="1"]').click(function(){ if($(this).prop('checked')){ $('input[type="checkbox"][value="1"]').prop('checked',false); $(this).prop('checked',true); } }); 2023. 9. 15. php artisan 캐시 클리어 php artisan optimize php artisan cache:clear php artisan config:clear php artisan route:cache php artisan route:clear 2023. 9. 6. xampp설치시 에러! 안티바이러스가 뭐라는건지.. it seems you have an antivirus running. in some cases, this may slow down or interfere the installation of the software. please visit the following link to learn more about this. http://apachefriends.org/en/faq-xampp-windows.html#antivirus continue with installation? 초기 설정때 알람창이 뜨며...나의 윈도우 설치를 방해한다 ^^ㅗㅗㅗㅗㅗㅗ... 안티바이러스가 뭔가 했더니... 알약, v3 같은 백신 프로그램이 켜져있다는 것을 말하는 것이였네...이런 나는 ..영알못... 켜져있던 백신프로그램을 .. 2022. 10. 10. 이전 1 2 3 다음 728x90 반응형