var i;$.getJSON("url", function (json) { // update i i = json.var;});
how can i access the updated i outside the function(json)...?
Post a Comment
No comments:
Post a Comment