[jQuery] Re: ajaxForm replacing content in the wrong element

2008-05-15 Thread pedalpete
I thought I had this working, but now it turns out the form is getting submitted twice. I can see why it is getting submitted twice, but can't figure out how to change it and make it all work the problem is I don't have the data to be submitted until I run another function. I tried calling that

[jQuery] Re: ajaxForm replacing content in the wrong element

2008-05-11 Thread pedalpete
Thanks Mike, That worked beautifully, and your answer was very succinct. Apparently I have been overcoding the ajaxForm for some time now. Pete

[jQuery] Re: ajaxForm replacing content in the wrong element

2008-05-11 Thread Mike Alsup
> I'd like to think I'm getting pretty good with ajaxForm, but > apparently not. > > I've got a form submitting, and it is supposed to send the response > to an element on the page, and leave the form in place. > > However, what's happening is that the form which it is submitted from > is being r