validating my input. and i need some values from server 1st. so apart
from putting all code that is to be executed after getJSON() inside
.getJSON("url", function(json) {
// *** here ***
});
can i have it outside?
and how can i access the json object outside the
.getJSON("url", function(json) {});
function?
No comments:
Post a Comment