მონაწილეობას იღებს
-
2013 RED 2 / რედი 2
RED 2 / რედი 2
ყოფილი ცენტრალური დაზვერვის აგენტი ფრენკ მოზისი ისევ კრებს თავის განუმეორებელ, ელიტარულ გუნდს დავალების შესასრულებლად.
რეჟისორი: Anna Worley
ჟანრი: თრილერი, კომედია, კრიმინალური, მძაფრ-სიუჟეტიანი
მსახიობები: Adam Shaw, Alan Grice, Aleksandar Mikic, Alexandre Gorchkov, Andrew Byron, Bentley Kalu, Bianca Bellange, Catherine Zeta-Jones, Dan Jeannotte, David Papava, David Thewlis, Emilio Doorgasingh
ნახე ვრცლად -
2010 RED / რედი
RED / რედი
ფრენკი, ჯო, მერვინი და ვიქტორია ცენტრალური სადაზვერვო სამმართველოს საუკეთესო აგენტები იყვნენ, მაგრამ იმ საიდუმლოების გამო
რეჟისორი: Andrew M. Robinson
ჟანრი: თრილერი, კომედია, კრიმინალური, მძაფრ-სიუჟეტიანი, სათავგადასავლო
მსახიობები: Aaron Khon, Adam Sibley, Alec Rayme, Anthony Mark Johnson, Anthony Marmora, Audrey Wasilewski, Basilina Butler, Bernadette Couture, BJ Parker, Bob DeAngelis, Bob Reeves, Chavis Brown
ნახე ვრცლად -
2003 Angels in America / ანგელოზები ამერიკაში
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>