Below source code fetch only pages created by user, who is login into site.
i want to fetch all pages from pages library ??? how to do that ??
$().SPServices({
operation: "GetListItems",
async: false,
listName: "Pages",
CAMLViewFields: " ",
CAMLQueryOptions: "False ",
completefunc: function (xData, Status) {
}
});

Prasham SabadraPosted Nov 20, 2015, 12:58 AM