Loading timer AJAX
-
Hi!
I trying to create post carousel with countdown for each post and load it with AJAX Load more plugin. But if i load post ajax the countdown show time but it does not changes.
My code for call the countdown:
<?php echo do_shortcode('[countdown date=+'.$value.']'."Ends in".'[timer]'.'[/countdown]') ?>
Where $value2 is the specific value for each post getting from post custom field.This code absolutely works if run the standart post cycle using only php not ajax.
How i can run timer in AJAX?
- The topic ‘Loading timer AJAX’ is closed to new replies.