Skip to content

Instantly share code, notes, and snippets.

@premchandpl
Created June 18, 2014 22:24
Show Gist options
  • Select an option

  • Save premchandpl/73ae95e6859aaa5ef6dd to your computer and use it in GitHub Desktop.

Select an option

Save premchandpl/73ae95e6859aaa5ef6dd to your computer and use it in GitHub Desktop.
Call Share Point List Function
GetSharePointListData(spListName, camlQuery, function (data) {
$("#customerTemplate").tmpl(data).appendTo("#divCustomer");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment