Button radio unset jQuery par son nom

$("input:radio[name='thename']").each(function(i) {
       this.checked = false;
});
Drab Dogfish