Label here >
Label here
$("span").click(function(){ var radio = $(this).find('input:radio'); //do whatever with the radio button });
I believe should do it.