mato78
Results
1
issues of
mato78
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!