I'm using the REST API to obtain data from another server and this is the error that appears in Google Developer tools:
XMLHttpRequest cannot load http://www.hostname.com/parties. Origin http://project.tiggzi.com is not allowed by Access-Control-Allow-Origin.
Thanks guys, that worked.
The mistake I did was to map data from the DB to the radio buttons where only the 'Text' field was assigned.
To fix it, I made sure the data from the DB also mapped to the 'Value' field.