For example:
function someName() {
var result = this.getAllRecords();
var data = new Array();
var test = 13;
alert(test);
while(result.isValidRow()) {
$.getJSON("http://test.url/?callback=?";,
{
TABLE_NAME:'BARCODE_CODES',
RECORD_ID: res
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 mess
2 matches
Mail list logo