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)
Just use $.post Instead of using $.getJSON
$.post
$.getJSON