მონაწილეობას იღებს
-
2011 Johnny English Reborn / ჯონი ინგლიში 2
Johnny English Reborn / ჯონი ინგლიში 2
მსოფლიოს ყველაზე გავლენიანი სახელმწიფოს მეთაურები იკრიბებიან კონფერენციაზე, რომელსაც შესაძლოა უდიდესი გავლენა ჰქონდეს გლობალურ პოლიტიკაზე. როდესაც
რეჟისორი: Alex Oakley
ჟანრი: კომედია, კრიმინალური, მძაფრ-სიუჟეტიანი
მსახიობები: Andrew Woodall, Benedict Wong, Burn Gorman, Chris Jarman, Christina Chong, Clara Paget, Courtney Wu, Daniel Kaluuya, Dave Holland, Dominic West, Eleanor Wyld, Ellen Thomas
ნახე ვრცლად -
2002 The Wire / მოსმენა
The Wire / მოსმენა
სერიალი მოგვითხრობს ბალტიმორის პოლიციელთა გამოძიებების შესახებ. ალკოჰოლიკი დეტექტივი ჯიმი, საკმაოდ წარმატებულად ებრძვის ნარკომაფიას და ორგანიზებულ
რეჟისორი: დეივიდ სიმონი
ჟანრი: დრამა, კრიმინალური
მსახიობები: Andre Royo, Clark Johnson, Clarke Peters, Corey Parker Robinson, Deirdre Lovejoy, Domenick Lombardozzi, Dominic West, Gbenga Akinnagbe, Isiah Whitlock Jr., Jamie Hector, Jermaine Crawford, John Doman
ნახე ვრცლად
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>