$.ajax({
type: "POST",
url: sServiceURL + "/reorderRecord",
async: false,
data: '{ ordNew:' + JSON.stringify(reOrd) + '}',
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function (msg) {
alert("duomenys perduoti sekmingai");
},
error: function (xr) {
alert(xr.responseText);
}
});
Komentarų nėra:
Rašyti komentarą