version 1.49, 2024/03/29 20:13:18 |
version 1.50, 2024/03/29 20:14:39 |
|
|
feed=JSON.stringify(ob); |
feed=JSON.stringify(ob); |
$.post("/feedbk/", feed, function(data, status){ |
$.post("/feedbk/", feed, function(data, status){ |
console.log("Data: " + data + "\nStatus: " + status); |
console.log("Data: " + data + "\nStatus: " + status); |
console.log("JSON: " + JSON.parse(data.getJSON())); |
console.log(data); |
|
console.log("JSON: " + JSON.parse(data.getJSON); |
|
|
}); |
}); |
/* --------------------- */ |
/* --------------------- */ |