getJSON not working for large data

前端 未结 4 584
遥遥无期
遥遥无期 2020-12-22 00:13

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?

4条回答
  •  梦毁少年i
    2020-12-22 00:33

    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?

提交回复
热议问题