მონაწილეობას იღებს
-
2024 Kung Fu Panda 4 / კუნგ–ფუ პანდა 4
Kung Fu Panda 4 / კუნგ–ფუ პანდა 4
მას შემდეგ, რაც პო სიმშვიდის ველის სულიერი ლიდერი ხდება, მან უნდა იპოვოს და გაწვრთნას ახალი
რეჟისორი: Mike Mitchell
ჟანრი: ანიმაცია, კომედია, მძაფრ-სიუჟეტიანი, ოჯახური, სათავგადასავლო, ფენტეზი
მსახიობები: April Hong, Audrey Brooke, Awkwafina, Cece Valentina, Cedric Yarbrough, Christopher Knights, Colleen Smith, Gedde Watanabe, Harry Shum Jr., Ian McShane, Jack Black, James Hong
ნახე ვრცლად -
2024 Beast Games / ბისთის თამაშები
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>