getJSON not working for large data

Posted by Saravanan I M on Stack Overflow See other posts from Stack Overflow or by Saravanan I M
Published on 2010-05-26T17:37:03Z Indexed on 2010/05/26 17:41 UTC
Read the original article Hit count: 427

Filed under:

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?

© Stack Overflow or respective owner

Related posts about jQuery