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
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
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=
3 matches
Mail list logo