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) {
i think this sould work
$("input:!checked");
You may want to put a class selector in there as well.
Then do an .each to do something with the elements
.each