[jQuery] Re: Ajax Errors with Firefox 3.0.8 (latest release)

2009-04-22 Thread DinosaurJack
I was having the same problem.Working in IE7 but not FF3. My apache access.log showed that Firefox was issuing a POST straight after the GET so obviosly the event handling was cascading. Turned out my click handler had a case where it was not returning false; IE7 must return false by default or

[jQuery] Re: Ajax Errors with Firefox 3.0.8 (latest release)

2009-04-01 Thread James
I have not experienced such issues using FF3.0.8 and the latest version of jQuery (1.3.2). Which version of jQuery are you using? If possible, are you able to provide some code or samples of the content being transferred that's not working? Here's the Security Updates page for FF3.0.8:

[jQuery] Re: Ajax Errors with Firefox 3.0.8 (latest release)

2009-04-01 Thread tallvanilla
Thanks James. It would probably take an hour or more to reproduce a demo of the errors in a publicly-accessible space, so I'm hoping this is a known issue by now and that anyone who's also experienced it can shed some light on it. I had already checked the Mozilla security updates page. I

[jQuery] Re: Ajax errors

2007-08-26 Thread Mike Alsup
Try changing your error handler to this and see what you get: error: function(object, msg, err) { alert(err); }, Mike On 8/26/07, c4st [EMAIL PROTECTED] wrote: I can't seem to figure out why this isn't working. request.php is working just fine. $(document).ready(function(){