Hello,
I am wondering why getJSOn url is not working?
- $(document).ready(function () {
test = $.getJSON("http://rss.zoover.nl/accomodationfeed.ashx?id=172221", function(data) {
console.log(test);
});
});
If I put this url directley in my browser is is giving me a lot of info:
- http://rss.zoover.nl/accomodationfeed.ashx?id=172221
Can somebody point me in the correct direction?