jQuery :radio 선택기

예제

모든 type="radio"의 <input> 요소를 숨기기:

$(':radio')

직접 시도해보세요

정의와 사용법

:radio 선택기는 타입이 radio인 <input> 요소를 선택합니다.

문법

$(':radio')