Décochez tous les boutons radio
$('.classname').prop('checked', false);
Innocent Weber
$('.classname').prop('checked', false);