jQuery Selector Reference Manual
Hide all <input> elements with type="radio":
$(':radio')
Try It Yourself
:radio selector selects <input> elements of type radio.