Normal hostingim de çalışan bu kod facebook apps de çalışmıyor. Bu kodu apps de nasıl çalıştırabilirim acaba ? bir yol gösteririmisiniz lütfen ?
Alıntı
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.min.js"></script>
<script type="text/javascript">
function postolayi(){
$.ajax({
type:'POST',
url:'yorum_gonder.php',
data:$('#form1').serialize(),
success:function(cevap){
$("#sonuc").html(cevap)
}
}
)
}
</script>
<form id="form1"><label for="textfield">Adınız</label>
<input id="textfield" type="text" name="ad" />
<input onclick="postolayi();" type="button" /></form>
--R10.NET; Flood Engellendi -->-> Yeni yazılan 26-07-2013 mesaj 00:20:03 -->-> Daha önceki 25-07-2013 mesaj 23:21:14 --
arkadaşlar yokmu bir fikri olan ? jquery-1.7.min.js i kendi hostingime alıp denedim yine olmuyor.