Need help adding a $ to a animated js counter
Hi Everyone,
I am working on a counter for a landing page and need help adding a $ in front of the numbers. I tried adding it here in the from: and too: but it didn't work.
<script>
jQuery(function($) {
$('.count').countTo({
from: 0,
to: 2.5,
speed: 1300,
decimals: 1,
separator: '.'
});
});
</script>
Any help would be appreciated.
Here is a link to the counter:
