Ok, so I\'ve got a jQuery code which constructs my radio inputs from XML data, like this:
var items = xml.children(\'item\'); if (items.length > 0) {
Try this (also see my jsfiddle):
$('input').not(':checked')