[jQuery] Re: Append Form IE7 Ajax Submit

2009-02-02 Thread Mike Alsup
> Will using > > $("#c_t_form_container form").live('click', function() { > > submit the form? No, that will bind the click event for the entire form. Forms can be submitted w/o a click event though. Mike

[jQuery] Re: Append Form IE7 Ajax Submit

2009-02-02 Thread Tim
Will using $("#c_t_form_container form").live('click', function() { submit the form? On Feb 2, 2:09 pm, Mike Alsup wrote: > > I've spent the whole day trying to figure this out. I'm appending a > > form into a td, then that form has a submit action on it. It works in > > all browsers except fo

[jQuery] Re: Append Form IE7 Ajax Submit

2009-02-02 Thread Mike Alsup
> I've spent the whole day trying to figure this out. I'm appending a > form into a td, then that form has a submit action on it. It works in > all browsers except for IE, where it just goes redirects to another > page. I'm thinking that it might be that the new form isn't a part of > the DOM in I