counters-1.js 45 B

123
  1. $( function() {
  2. $('.counter').countUp();
  3. });