Subject pretty much says it all…
What I need to do is change the style of all of the radio buttons within the current elements group.
$(element).closest(".radioGroup").("input:radio").each(function(i, target) {
// change css
});
close, but no cigar.
It seems you forgot the find method 🙂