Hay guys, i don’t know if there’s a plugin for this.
But what i want to do is code something which appears to “grow” or “add”.
So it starts from
0000.00
then grows up to a set value (ie 9000.00)
so it goes 0000.00, 0000.01, 0000.02, 0000.03 … 8999.98,8999.99, 9000.00
Any ideas?
I assume you mean you’d like this number to be displayed as it grows?
Here’s a solution which doesn’t require jQuery:
This will make an element with id = “displayField” show the value as it grows.