[jQuery] Re: Convert XMLDocument to text

2007-07-10 Thread João Araújo
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

[jQuery] Re: Convert XMLDocument to text

2007-07-10 Thread Richard D. Worth
On 7/10/07, João Araújo [EMAIL PROTECTED] wrote: 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 It looks like you sent this messaging by

[jQuery] Re: Convert XMLDocument to text

2007-07-07 Thread [EMAIL PROTECTED]
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