$().SPServices({
operation: "GetListItems",
async: false,
listName: "YOURLIBRARY",
CAMLQueryOptions: '<QueryOptions><ViewAttributes Scope="Recursive"/></QueryOptions>',
completefunc: function (xData, Status) {
$(xData.responseXML).find("z\\:row, row").each(function () {
var photo = $(this).attr("ows_RequiredField");
});
}
});
No comments:
Post a Comment