13 lines
176 B
JavaScript
Raw Permalink Normal View History

2022-04-13 13:51:55 +07:00
(function ($) {
"use strict"
/*******************
Counter Up
*******************/
$('.counter').counterUp({
delay: 10,
time: 1000
});
})(jQuery);