jquery - getJSON not working when not using twitter api -


I have started using getJson today and when it comes to json / jquery / ajax stuff, I am a big novice I am using this:

To create an infinite scroller above is a link to the tutorial which loads several tweets from the JSN file at one go, which it gets from Twitter. When I download that Jason file and try to use it through a local host or through another hosting service, I am unable to work it, seeing Chrome's networking tool says that the method both Is getting, and the situation is 200 right, but the application / Jason is working on a local host and application / javascript for one.

What's going on? How do I load a file locally?

GetJSON works on JSONP which is an efficient way to communicate cross domain communication Read in and see the feedback.

Comments