$({numberValue: 0}).animate({numberValue: 200}, { duration: 750, easing: "swing", step: function(val) { $('.price-new').html(Math.round(val)); } });