原文:Trouble with Javascript namespacing in returning an Array from a function
I have an AJAX call to sharepoint (shown below). function GetProductIDSforActiveQuote() { var arr = new Array(); $().SPServices({ operation: "UpdateListItems", listName: "Quotes", ID:...