08.03.2013 в 10:13 | 21 0
';
$('#reply_' + reply_id).html(reply_form);
$('#comment-form').show();
});
$('.comment-reply-b').on('click', function(){
to = $(this).attr('title');
$('#comment_data').val(to + ', ').focus();
$('#comment_pid').val($(this).attr('alt'));
});
$('#add_comment').on('click', function(){
$('#comment_data').val('').focus();
$('#comment_pid').val('0');
});
});