flipcountdown icon indicating copy to clipboard operation
flipcountdown copied to clipboard

Add a thousands separator

Open mato78 opened this issue 9 years ago • 0 comments

Hi, How do you add a thousands separator for function : jQuery(function(){ var i = 100000000; jQuery('#flipcountdownbox1').flipcountdown({ tick:function(){ return i++; },size:"lg", }); })

Thank you for your time!

mato78 avatar Nov 09 '16 09:11 mato78