jquery
$(function(){
$('#SAMPLE').click(function(){
$(".radio_class").prop("checked", true)
})
})
html
<button id="SAMPLE">클릭하세요</button>
<input type="radio" class="radio_class">
'프로그래밍언어 > jquery' 카테고리의 다른 글
jquery 부모창에 있는 iframe 접근 및 제어 방법 (0) | 2017.11.14 |
---|---|
jquery iframe 부모 접근, 자식 접근 (0) | 2017.09.11 |