On IE8, I see the problem that GET Ajax requests default automatically to POST Ajax requests! Breaks my RESTful Rails app! Still hunting for a solution.
On Mar 22, 9:37 pm, Wichert Akkerman <wich...@wiggy.net> wrote: > I am doing anajaxform submit using Mike Alsup's form widget, but > something appears broken on IE7 and IE8. Debugging inside jQuery > 1.3.2'sajaxmethodI seen the following behaviour: > > - if s.data == "_buttonfix=step2&next=step2" onreadystatechange is > never triggered, andIEdoes a normal (non-ajax) form submit > > - if s.data == null onreadystatechange is triggered, and normal > processing continues > > the backend returns the exact same response for both situations. > > Does anyone have an idea what the problem might be? > > Wichert. > > -- > Wichert Akkerman <wich...@wiggy.net> It is simple to make > things.http://www.wiggy.net/ It is hard to make things > simple.