getJSON in firefox gives 'data is full' error
hi,
recently i tried to use getJSON to retrieve data from http://search.twitter.com/search.json
and every time i tested in firefox, the console will always give me error on the line $.each(data.results, function(i,result) saying data is null.
i am wondering how to solve this problem?