I am having a webform in my drupal. I am using the jquery Ajax submit method to submit it.
This is the code I am using.
$("#webform-client-form-59--3").ajaxForm(function() {
$(".talk-region").html("<h3>Thankyou,</h3> Our representative will be contacting you soon.<br/><a href=\'#\'>Close</a>")
});
$("#webform-client-form-59--3").validate();
But when I check in firebug.. Its posting, but the response am getting is
302 Moved Temporarily
5.2s