Trying to get add from mobicow.On loading this URL got an xml response .But from my website shows this error...
XMLHttpRequest cannot load http://cdn.mobicow.com/feed/get/pub/4792/sub/{id}/ip/184.72.184.19/ua/Mozil…537.36/ref/http%3A%2F%2Fwww.comikka.com%2F/lang/en-US/kw/0/c/2/compliant/0. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8080'
is therefore not allowed access.
$.get(url, function( data ) {
alert( 'Successful cross-domain AJAX request.' );
});