rss

rss

Hello,

I am wondering why getJSOn url is not working?
  1. $(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:
  1. http://rss.zoover.nl/accomodationfeed.ashx?id=172221

Can somebody point me in the correct direction?