disabled radio button

JavaScript
$(':radio:not(:checked)').attr('disabled', true);
Source

Also in JavaScript: