Thanks for all your help and suggestions - I'm pretty close now.
My code and library references (jquery-1.4.1.min.js, jquery.SPservices-0.7.2.js) are all in a text file addressed from a CEWP on my page.
I now have this issue with the function: debugging with Firebug, when I step from the line
completefunc: function (xData, Status) {
to
$(xData.responseXML).SPFilterNode("z:row").each(function() {
I get console error TypeError: $().SPServices is not a function
I don't know what this means - presumably the SPServices library is being found, since otherwise I don't think the function would run at all. Do you have any suggestions?
Thanks
My code and library references (jquery-1.4.1.min.js, jquery.SPservices-0.7.2.js) are all in a text file addressed from a CEWP on my page.
I now have this issue with the function: debugging with Firebug, when I step from the line
completefunc: function (xData, Status) {
to
$(xData.responseXML).SPFilterNode("z:row").each(function() {
I get console error TypeError: $().SPServices is not a function
I don't know what this means - presumably the SPServices library is being found, since otherwise I don't think the function would run at all. Do you have any suggestions?
Thanks