> 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