We’ve Recovered $
0
for Our Clients
$({ countNum: $('.code').html() }).animate({ countNum: 135000000 }, {
duration: 8000,
easing: 'linear',
step: function () {
$('.code').html(Math.floor(this.countNum) + "");
},
complete: function () {
$('.code').html(this.countNum + "");
//alert('finished');
}
});