reading and writing list data in SharePoint 2010 using SPServices


/ Published in: jQuery
Save to your folder(s)

Just syntax examples here. First block reads, second writes. Top function just a debugging helper.

Using jquery 1.5, $(xData.responseXML).find("nodeName=z:row]").each(function(i)... may need to be written as
$(xData.responseXML).find("nodeName='z:row']").each(function(i)... with single quotes around 'z:row'.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.