[jQuery] Re: Form values getting unsynchronized after ajaxsubmit [validate]

2009-07-27 Thread jackmcleod
I had 1 problem with ajaxSubmit and switched to using $.post and it solved my problems, maybe it can be an alternative for you On 26 juil, 01:49, anoop anoopkum...@gmail.com wrote: After several attempts, I have been able to consistently reproduce this problem. It appears that this is an issue

[jQuery] Re: Form values getting unsynchronized after ajaxsubmit [validate]

2009-07-27 Thread Anoop kumar V
Thanks so much for the response - I was doubtful if my posts were even making it into this list... Yes - it is clear to me that there is a wierd and unknown issue with the ajaxsubmit and I am trying other options - the $.ajax and the $.get/$.post. I will try to debug a bit more if I can pinpoint

[jQuery] Re: Form values getting unsynchronized after ajaxsubmit [validate]

2009-07-26 Thread anoop
After several attempts, I have been able to consistently reproduce this problem. It appears that this is an issue with the ajaxSubmit in the form plugin and only in firefox (latest version), IE 7 does not seem to have this issue. The issue occurs in firefox only; when a page with multiple forms

[jQuery] Re: Form values getting unsynchronized after ajaxsubmit [validate]

2009-07-26 Thread anoop
After several attempts, I have been able to consistently reproduce this problem. It appears that this is an issue with the ajaxSubmit in the form plugin and only in firefox (latest version), IE 7 does not seem to have this issue. The issue occurs in firefox only; when a page with multiple forms

[jQuery] Re: Form values getting unsynchronized after ajaxsubmit [validate]

2009-07-24 Thread Anoop kumar V
Attached an html - that shows my situation... In the page - clicking on any region opens the pop-up form, and once in a while after you submit the pop-ups are mixed up, you see Newyork details for the Washington tab etc. But as soon as I click on the reset button, it rectifies itself... Can