Kaldır tıklandığında sadece yenilemek için div recentactivity almaya çalışıyorum
< a href = '#' onclick = \ "javascript: remove_wall $ ('id') \"> Kaldır
but when every i click on the link it keeps trying to refresh. when the mouse go's over the tr a link comes up saying remove here is the code for that.
$ (Function () {
$ ("Tr"). Hover (function () {
var id = this.id.split('_').pop();
$("#remove_" + id).show();
}, function() {
var id = this.id.split('_').pop();
$("#remove_" + id).hide();
});
});
Burada linki tıkladığınızda ne olduğunu.
fonksiyonu remove_wall (id) {
var refresh = setInterval (function () {
$("#recent_activity").load("activity.php?random=" +unique_requestid());
}, 1);
. $ ("# ContentArea") yükü ("remove.php wall_id =?" + Id + "");
};
Php remove gayet çalışıyor.