We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any way that I could wrap every digit. I can find this and its perfect but, http://hilios.github.io/jQuery.countdown/examples/legacy-style.html
I would like to wrap with <span> 1 </span> <span>2 </span> and so on.
<span> 1 </span> <span>2 </span>
Please check this one. http://learningcms.com/wp-content/uploads/2018/05/07-smart-countdown-fx.jpg
The text was updated successfully, but these errors were encountered:
hi @boozeahead that is too easy, just in countdown on update function do this:
` //in this example "e" is update function passed value
$(this).html(e.strftime("<span>%h</span>:<span>%i</span>")); // get <span>Hours</span> : ... `
Sorry, something went wrong.
@boozeahead have you found the answer? I'm having the same issue. @webwamp this is not an answer to question, we need each DIGIT to be wrapped..
No branches or pull requests
Is there any way that I could wrap every digit.
I can find this and its perfect but,
http://hilios.github.io/jQuery.countdown/examples/legacy-style.html
I would like to wrap with
<span> 1 </span> <span>2 </span>
and so on.
Please check this one.
http://learningcms.com/wp-content/uploads/2018/05/07-smart-countdown-fx.jpg
The text was updated successfully, but these errors were encountered: