I spek in Englisn bed. Sorry. Part of sample code:

$.getJSON("http://some.url/?callback=?";
        function(json){
            var result   = json.error;
            var message  = json.message;
            var record   = json.data;
        });

How I return value of the variable: result or message or record to
others part of script? it is possible?

Reply via email to