[jQuery] Re: Don't redirect on form submit

2008-06-29 Thread Sid
Bil and Chris, Thanks to both of you. Chris's code is exactly what I wanted, and Bil, the XHR memory leaks still happen. Some old stuff thrown up by Google indicates that only 2 simultaneous XHR sessions can be initiated, and the next one waits till either of the two closes. Regards On Jun 29,

[jQuery] Re: Don't redirect on form submit

2008-06-28 Thread Bil Corry
Sid wrote on 6/28/2008 8:31 PM: What I basically want to achieve is that on clicking the submit button, the data is posted to the php file without any noticeable difference happening to my page. The response etc will be taken care of by my code. Any ideas? If you submit the request via XHR,