Many times I've used the examples in this article to get lists items from SharePoint using JavaScript. The examples in this article are however incorrect and the collection of list Items isn't available within the onQuerySucceeded function. The problem with the example code is shown below in bold: function onQuerySucceeded(sender, args) { var listItemInfo…… Continue reading SharePoint – Get list items using JavaScript
