I have
$.ajax({ url: identity, success: function(data) { ProcessIdentityServer(data) } });
When \'data\' is returned, is there a way to
Sure you can use the $(data) function, one of the core jquery functions, to turn the returned html into DOM elements. Check out the docs online.