Hocam sıkıntı burada işte nereye ekleyeceğimi bilemiyorum bu kodu. diğerleri tamam
function ara(){
$.ajax({
type:'GET',
url:'ara.php',
data:$('#g0nder').serialize(),
success:function(cevap){
$("#sonuc").html(cevap)
}
})
}
bu kodu
function ara(){
$("body").prepend("");
$("body").prepend("");
$.ajax({
type:'GET',
url:'ara.php',
data:$('#g0nder').serialize(),
success:function(cevap){
$("div#dark_back").remove();
$("div#loading").remove();
$("#sonuc").html(cevap);
}
})
}
bu şekilde değiştirin.