I have
$.ajax({ url: identity, success: function(data) { ProcessIdentityServer(data) } });
When \'data\' is returned, is there a way to
// Finds all div elements within an XML document from an AJAX response. $("div", xml.responseXML);