$(function() {
$(document).on('click', 'button.yorum', function() {
var ID = $(this).attr('id');
var Form = $('form[id="'+ID+'"]');
if (Form.css('display') == 'none') Form.slideDown("slow");
else Form.slideUp("slow");
});
});
$(".artila").click(function(){
$(this).toggleClass("deneme");
var no = $(this).attr("id");
$.ajax({
type: "POST",
url: "index.php",
data: {"id":no},
success: function(){}
});
$(this).text( htmlString );
});
yorum ve artıla butonum var index.php de çalışıyo detay.php de çalışmıyo detayda da aynı kodlar var indexde de