[jQuery] IE ajax problems with post instead of get
I'm trying to do a $.getJSON, and in FF it works just marvelous and
does a GET request. The exact same code in IE seems to trigger a POST
request, which is bad news for us since the java-server side seems to
read in the parameter twice (one from the ajax call itself, and one
from the form-element), resulting in an array instead of a value for
the parameter.
So, short question really, anyone else know about this behaviour of
IE doing POST instead of GET för ajax stuff?
Andreas
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/