Цитата:
|
$(function() {
var o = $('#dynamic-number');
$('button').click(function() {
$.post("/fers.php", {num : o.text()}, function(d) {
alert(''+d)
})
});
$({numberValue: o.text()}).animate({numberValue: 1000}, {
duration: 400000,
easing: 'linear',
step: function() {
o.text(Math.ceil(this.numberValue)/1000000)
}
});
})
|
вот работает. А как сделать к примеру накопилось 0.100000 и при нажатий они списываются