(function ($) { "use strict" /******************* Counter Up *******************/ $('.counter').counterUp({ delay: 10, time: 1000 }); })(jQuery);