Skip to content

Instantly share code, notes, and snippets.

@aggieben
Created November 4, 2009 19:52
Show Gist options
  • Save aggieben/226325 to your computer and use it in GitHub Desktop.
Save aggieben/226325 to your computer and use it in GitHub Desktop.
$().SPServices({
operation: "GetAllSubWebCollection",
completefunc: function(data, status) {
alert($("Web", data.responseXML).eq(0).attr("Url"));
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment