I read a lot for the \'Access-Control-Allow-Origin\' error, but I don\'t understand what I have to fix :(
I\'m playing with Google Moderator API, but when I try to a
I had exactly the same issue and it was not cross domain but the same domain. I just added this line to the php file which was handling the ajax request.
It worked like a charm. Thanks to the poster