მონაწილეობას იღებს
-
2013 Peaky Blinders / ალესილი კეპები
-
2026 Peaky Blinders: The Immortal Man / ალესილი კეპები: უკვდავი კაცი
Peaky Blinders: The Immortal Man / ალესილი კეპები: უკვდავი კაცი
როდესაც განგსტერ ტომი შელბის გაუცხოებული ვაჟი ნაცისტების შეთქმულებაში ეხვევა, მამამისი იძულებულია ბირმინგემში დაბრუნდეს ოჯახისა და
რეჟისორი: Nick Laurence
ჟანრი: დრამა, კრიმინალური
მსახიობები: Aleesha Gill, Ava Hupperdine-Perrin, Barry Keoghan, Bethany Milner, Bonnie Stott, David Brückner, Georgia Drumm-Neath, Iain Fletcher, Ian Peck, Jasna Anderson, Jay Lycurgo, Kasper Hilton-Hille
ნახე ვრცლად
jQuery(document).ready(function($) {
$(document).on('click', '.like-actor', function(e) {
e.preventDefault();
var button = $(this);
var term_id = button.data('id');
var likeType = button.data('like');
var countSpan = button.find('span');
$.ajax({
url: trlive.url,
type: 'POST',
data: {
action: 'toroflix_actor_vote',
nonce: trlive.nonce,
id: term_id,
like: likeType
},
success: function(response) {
if (response.success) {
countSpan.text(response.data.votes);
button.addClass('voted');
} else {
console.log('Error:', response);
}
},
error: function(xhr, status, error) {
console.log('AJAX Error:', error);
}
});
});
});
iv>