$.post('ajax_fonksiyonlar.php?ac=rateComment',{'commentId':id,'yon':yon},
function(data)
{
switch (data.durum)
{
case 'hata':
alert('Hata olu�tu, lütfen daha sonra tekrar deneyiniz.');
break;
case 'exist':
alert('Bu yorumu daha önce oylamı�tınız.');
break;
case 'ok':
//alert($(bu).html());
//$(bu).html(Number($(bu).attr('title'))+1);
$('#comment-rate-text_'+id+' .'+yon+'-text').html( Number($(bu).attr('title'))+1 );
NetCommen