[jQuery] Re: possible bug when parsing xml on IE7?

2008-06-09 Thread MacFly!
Ok, it's works now! First,I was my fault! :( Ariel was right, dataType should be "xml" and not "text/xml" And secondly, as I use Struts framework, my content type was overriden with text/html, because I forwarded a jsp (with xml content) but it's not the correct way to forward xml. solution for s

[jQuery] Re: possible bug when parsing xml on IE7?

2008-06-06 Thread MacFly!
ROTECTED]> wrote: > Not sure if this is the problem, but it looks like you're missing a > closing quotation mark for your data value: > > data: "&hidden=getValue", // <-- added quotation mark > > --Karl > > Karl Swedbergwww.englishrules

[jQuery] possible bug when parsing xml on IE7?

2008-06-06 Thread MacFly!
Hello, First, I use the latest version of JQuery : 1.2.6 I try to get elements from xml returned by an ajax call. It's works fine with FF2 but not with IE7. here is my simple code : $.ajax({ type: "POST", url: "myURL.do", data: "&hidden=