$(function() { $('.count-number').on('click', function() { $(this).counterUp({ delay: 90, time: 10000 }); }) });