In one of my website I am using $.getJSON(url, function (data) this is not working if the response data is more that 1000. Any alternate is there?
$.getJSON(url, function (data)
This is probably a setting on your server. There is typically a maximum response size. Have you looked in Firebug to see if the response is actually getting to the browser?
1.4m articles
1.4m replys
5 comments
57.0k users