> 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
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
> 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
3 matches
Mail list logo