[jQuery] Re: Ajax not working in Firefox

2009-09-14 Thread RPrager
here:http://209.85.229.132/search?q=cache:t9DvR4ZnRJ4J:www.experts-exchang... Cheers, KH On 8 Sep, 12:56, Nick Fitzsimons n...@nickfitz.co.uk wrote: 2009/9/4 RPrager ryan.pra...@gmail.com: Here is the only difference I found in the Request Headers: FF2: Content-Type    application/x-www

[jQuery] Re: Ajax not working in Firefox

2009-09-09 Thread RPrager
of it ? Rgds, KH. On 4 Sep, 17:20, RPrager ryan.pra...@gmail.com wrote: I'll see if I can take a look at server log files. Has anybody else experienced problems using ajax with FF3? Any other ideas are appreciated. Thanks On Sep 4, 10:10 am, Mike McNally emmecin...@gmail.com wrote: Well

[jQuery] Re: Ajax not working in Firefox

2009-09-09 Thread RPrager
If the body of the request contains the form data then the problem is on the server; if not, then the problem is on the browser. If the problem is on the browser then more digging will be required, but if it's on the server then the information about the whole request (headers and body) will

[jQuery] Re: Ajax not working in Firefox

2009-09-09 Thread RPrager
If the body of the request contains the form data then the problem is on the server; if not, then the problem is on the browser. If the problem is on the browser then more digging will be required, but if it's on the server then the information about the whole request (headers and body) will

[jQuery] Re: Ajax not working in Firefox

2009-09-08 Thread RPrager
wrote: Yes - me. Exactly the same problem as you. FF3.x not liking an Ajax form post. It works if I change the POST to a GET, but that is a bit pants to be honest. I suspect its a FF3 issue, but don't know what. Did you get to the bottom of it ? Rgds, KH. On 4 Sep, 17:20, RPrager ryan.pra

[jQuery] Re: Ajax not working in Firefox

2009-09-04 Thread RPrager
Here is the only difference I found in the Request Headers: FF2: Content-Typeapplication/x-www-form-urlencoded FF3: Content-Typeapplication/x-www-form-urlencoded; charset=UTF-8 Any ideas? On Sep 4, 9:47 am, RPrager ryan.pra...@gmail.com wrote: Firefox 3 response: HTMLBODYHR H1

[jQuery] Re: Ajax not working in Firefox

2009-09-04 Thread RPrager
. FF3? On Sep 3, 9:04 pm, RPrager ryan.pra...@gmail.com wrote: I've been using Firebug. The data that my browser is sending looks as expected. Here is the information from firebug: Response Headers Date: Fri, 04 Sep 2009 01:54:24 GMT Server: Apache/2.2.6 (Fedora) Content-Length

[jQuery] Re: Ajax not working in Firefox

2009-09-04 Thread RPrager
wrote: Here is the only difference I found in the Request Headers: FF2: Content-Type    application/x-www-form-urlencoded FF3: Content-Type    application/x-www-form-urlencoded; charset=UTF-8 Any ideas? On Sep 4, 9:47 am, RPrager ryan.pra...@gmail.com wrote: Firefox 3 response

[jQuery] Ajax not working in Firefox

2009-09-03 Thread RPrager
Hello Everyone, I'm fairly new to using ajax with jQuery and I'm having an issue in firefox. Here's my ajax call: $.ajax({ type: POST, url: newcoleng, data: F10=YesF11=No, success: function(data){ alert(

[jQuery] Re: Ajax not working in Firefox

2009-09-03 Thread RPrager
property, to see the message. On Sep 2, 3:58 pm, RPrager ryan.pra...@gmail.com wrote: Hello Everyone, I'm fairly new to using ajax with jQuery and I'm having an issue in firefox. Here's my ajax call: $.ajax({                 type: POST,                 url: newcoleng

[jQuery] Re: Ajax not working in Firefox

2009-09-03 Thread RPrager
Thanks for the idea but adding (dataType: 'text') did not produce a different result. On Sep 3, 9:32 am, 月讀 keyoft...@gmail.com wrote: My english is not well. $.ajax({         type: POST,         url: newcoleng,         data: F10=YesF11=No,         dataType: 'text',         success:

[jQuery] Re: Ajax not working in Firefox

2009-09-03 Thread RPrager
I just tested this code using FF2 and it works just fine. This appears to be a FF3 problem only. I'm currently using Firefox version 3.5.2. Any ideas? On Sep 3, 10:31 am, RPrager ryan.pra...@gmail.com wrote: Thanks for the idea but adding (dataType: 'text') did not produce a different result

[jQuery] Re: Ajax not working in Firefox

2009-09-03 Thread RPrager
). On Sep 3, 1:29 pm, RPrager ryan.pra...@gmail.com wrote: I just tested this code using FF2 and it works just fine. This appears to be a FF3 problem only. I'm currently using Firefox version 3.5.2. Any ideas? On Sep 3, 10:31 am, RPrager ryan.pra...@gmail.com wrote: Thanks for the idea