Posts by Dayan • 43 points
1 post
-
4
votes3
answers657
viewsQ: How to make the page load only after the return of getJSON?
I am recovering a list in JSON using the function jQuery.getJSON: http=jQuery.getJSON(url); This code returns the object perfectly, but the request takes longer than the loading time of the page…