In your JSFiddle example code, each form that you loaded had TWO
submit buttons, and they did exactly the same thing. Surely this is
not your intention? Because then, "Save 1" and "Save 2" will restore
the most recently clicked Edit button.

On Mar 9, 6:47 pm, Dailce <[email protected]> wrote:
> I have a few Request calls.  Here is what I'm trying to accomplish.
>
> 1.  Click submit on a main form, then Request a page
> 2.  Page has 2 edit buttons
> 3.  Click on edit1 then request new page with form1
> 4.  Click on edit2 then request new page with form2
> 5.  Each form requested also has a submit button, that when clicked
> will make another request
>
> Seems to work properly for me; however:
>
> 1.  If I click edit form1 followed by edit form2 - Works
> 2.  but then if I click edit form1 again it appears as though 2 is
> fired
>
> I can't make sense of it.
> Any help would be greatly appreciated
>
> Here is similar code to what I am trying to do:  
> http://jsfiddle.net/NF2jz/890/
>
> Any ideas?  help.
>
> Thanks.

Reply via email to