Counter-Up
Counter-Up copied to clipboard
Use formatter callback function for replace " , " to " . "
Example:
jQuery('.counter').counterUp({ delay: 50, time: 3000, formatter: function (n) { return n.replace(/,/g, '.'); } });
what about if i use data-plugin="counterup" ?
That's a great idea and a very simple one to implement. Do you have any coding skills? Are you willing to send a Pull Request implementing this?