Sun May 08 2022 11:22:05 GMT+0000 (UTC)
Saved by @Wchoi189
/* PINK (Radio 1개) Checked 설정 */ $('#rdPink').prop('checked', true); /* PINK (Radio 1개) Checked 해제 */ $('#rdPink').prop('checked', false); /* PINK (Radio 1개) 상태 반전 */ $('#rdPink').prop('checked', !$('#rdPink').prop('checked'));
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments