jQuery 선택기 참조 매뉴얼
모든 type="radio"의 <input> 요소를 숨기기:
$(':radio')
직접 시도해보세요
:radio 선택기는 타입이 radio인 <input> 요소를 선택합니다.