alert(items);
On Dec 16, 10:45 pm, "P.Bixam" <[email protected]> wrote: > 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 > *
