F
Size: a a a
F
VV
Р
F
Р
F
F
MR
$('body').on('click', '.quotes-like-link', function (e) {
$.post(
"/ajax/quotes/like/",
{
id: $(this).data('id')
}
).done(function( data )
{
$(e.currentTarget).parent().find('span').html(data.value);
$(e.currentTarget).remove();
});
MR
MR
M
r
y
?
O
y
O
y