Önerilerinize açıgım yardım edenlere çok teşekkür ediyorum.
$("#yorumEkle").click(function () {
$("#Formanasi").slideToggle(1000);})
$("#yorumGonder").click(function () {
$.ajax({ type:"POST"
, url:"<?php echo URL;?>genelGorev/YorumFormKontrol",
data:$("#yorumForm").serialize(),
success:function (donen_veri) {
$("#yorumForm").trigger("reset");
$("#FormSonuc").html(donen_veri);
if($("#ok").html()=="Yorum Başarı İle Alındı")
{ $("#Formanasi").fadeOut(1000);
} } });});
[U][/U]