მონაწილეობას იღებს
-
2000 The Patriot / პატრიოტი
The Patriot / პატრიოტი
მას შემდეგ, რაც ბენჯამინ მარტინმა თავისი თავი ფრანგებისა და ინდიელების ომში გამოსცადა, მას ეს საქმე
რეჟისორი: Chris Brighton
ჟანრი: დრამა, ისტორიული, მძაფრ-სიუჟეტიანი, ომი
მსახიობები: Adam Baldwin, Andy Stahl, Beatrice Bush, Bill Roberson, Braima Moiwai, Bryan Chafin, Charles Black, Colt Romberger, Dara Coleman, Derrick B. Young, Donal Logue, Gil Johnson
ნახე ვრცლად -
2024 The Gentlemen / ჯენტლმენები
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>