I'm pretty new to the html game, so I apologize if this is too basic... I've got an email contact form on a web page that I am using JQuery validate to validate and send the email, then remove the form and replace it with a 'thank you' message. It works in all other browsers except IE and I get this 405 error.
Benim Google-fu beni başarısız - herkes yardımcı olabilir? İşte jQuery ve form kod önemli parçaları (Bence). Teşekkürler!
JQuery
$("#emailform").validate({
/*stuff*/
submitHandler: function(form) {
// do other stuff for a valid form
$.post('process.php', $("#emailform").serialize(), function(data) {
$('#hider').html(data);
});
// remove form after submission
$("#emailform").hide();
}
});
HTML
<form name="myform" id="emailform" action="" class="gradient" method="POST">
Herhangi bir yardım büyük mutluluk duyacağız ... Bu gerçekten benim kuyruk tekmeliyor.
Düzenleme: Bu yardım olsaydı bunu yapmak için koşer olurdu ben ... yine herhangi bir yardım için teşekkür bilmiyorum çünkü Ayrıca, sayfa com / installation.html (gerçek değil linki nokta precisionnc www dot'tan ...