Hi guys,

Can any one suggest me how can I see the contents after getting the AJAX
response in XML format in Javascript

$.ajax
{
    success: processResult;
}

function processResult(xData, status)
{
       var items = xData.responseXML;  // here I want to see the contents
just like innerXML in Server-Side
}

*
Thanks & Regards*
*P. Bixam
*

Reply via email to