$().SPServices.SPUpdateMultipleListItems({
async: true,
listName: "Testdata",
batchCmd: "Delete",
ID: 2,
completefunc: function (xData, Status) {
alert("Sucess");
} //completefunc
});
async: true,
listName: "Testdata",
batchCmd: "Delete",
ID: 2,
completefunc: function (xData, Status) {
alert("Sucess");
} //completefunc
});
No comments:
Post a Comment