[jQuery] Append Form IE7 Ajax Submit
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.
$(document).ready(function(){
//Place contact us form on page
$('td:last','#content_table').append('<h2>Contact us about this
Trip</h2><div id="c_t_form_container"><form name="contact_trip_form"
id="contact_trip_form"><ul><li>Name<br /><input id="name" type="text" /