Skip to content

Instantly share code, notes, and snippets.

@nufaylr
Created August 2, 2013 09:30
Show Gist options
  • Save nufaylr/e976503c82b14ea973a0 to your computer and use it in GitHub Desktop.
Save nufaylr/e976503c82b14ea973a0 to your computer and use it in GitHub Desktop.
sp-updatelist
$().SPServices({
operation: "UpdateListItems",
async: false,
batchCmd: "New",
listName: '{FBD720B1-5DBB-4864-930A-5B76FE0C6D51}',
valuepairs: [["Title", title], ["Types", type]],
completefunc: function (xData, Status) {
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment