მონაწილეობას იღებს
-
2022 The Lord of the Rings: The Rings of Power / ბეჭდების მბრძანებელი: ძალაუფლების ბეჭდები
The Lord of the Rings: The Rings of Power / ბეჭდების მბრძანებელი: ძალაუფლების ბეჭდები
ეპიკური დრამა, რომელიც აღწერს 1000 წლით ადრე მომხდარ ამბავს ტოლკინის „ჰობიტსა“ და „ბეჭდების მბრძანებელში“ აღწედილ
რეჟისორი: John D. Payne
ჟანრი: Sci-Fi & ფენტეზი, TV სერიალი, დრამა, მძაფრ-სიუჟეტიანი
მსახიობები: Benjamin Walker, Charles Edwards, Charlie Vickers, Daniel Weyman, Ismael Cruz Cordova, Markella Kavenagh, Megan Richards, Morfydd Clark, Owain Arthur, Robert Aramayo, Sam Hazeldine, Sophia Nomvete
ნახე ვრცლად
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>