Greetings,
Given a list at the site collection level, can you think of a reason whyGetListItems would fail to work when referenced from a page in a subsite of the same site collection?
As soon as it hits the completefunc line...
$(xData.responseXML).find("z\\:row").each(function() { ...,
without executing any other lines in the function, it stops with no error (that I can see). It works like a charm when called from a page at the site collection level. Permissions on the
list are inherited.
What gets me is I've done this successfully (dozens of times) in a different site collection. ...And I'm enough of a noob I'm not even sure how to capture whatever error is occurring.
Thanks for your time and efforts.