Will using

$("#c_t_form_container form").live('click', function() {

submit the form?

On Feb 2, 2:09 pm, Mike Alsup <mal...@gmail.com> 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 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 IE7. But if I use .load instead of append it still
> > redirects.
>
> 'submit' is not a supported event for live.
>
> http://docs.jquery.com/Events/live

Reply via email to