Hi, I'm new to jQuery. I have this problem: I am using php to produce html. Them a would like to manipulate that html with jQuery. jQuery is not handling de html written with php. Any help? Thank you
On Jul 7, 3:35 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Heh, hours of searching, and the minute after you post your question > you find the answer... :) > > var x = (new XMLSerializer()).serializeToString(xmlobject); > > On Jul 7, 11:26 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > > I have received an XMLDocument object through an Ajax call and has > > subsequently changed some of the nodes in the object. I now want to > > convert it to a plain text string so I can pass it on as a parameter. > > > Is there any way in jQuery to do this?