[jQuery] Re: post AJAX no response

2009-11-12 Thread David
Hi, I'm back again with this AJAX post problem. I've used HttpFox FF extension and I've got some extra information. The post call is aborted. I got next message using HttpFox extension: Method: post Time: 0.451 Result: Aborted Type: NS_BINDING_ABORTED This happens when I use a low band interne

[jQuery] Re: post AJAX no response

2009-10-08 Thread David
Hi Doug, yes, I am sure the data loads correctly, as this post call is requested once you select an option in a select list. I have an alert message just before the post call and I can see the 'selected_data' parameter. In fact, as I have said, the request is well done, as the server sends the ou

[jQuery] Re: post AJAX no response

2009-10-08 Thread Knight, Doug
Hi David, Do you have your call inside a $(document).ready? It may be that in a high bandwidth environment your data loads completely before your call is triggered, whereas in a low bandwidth environment your page has the chance to finish loading before the data makes it to your call. My two c