8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
(function($) {
|
|
"use strict";
|
|
$('.counter').counterUp({
|
|
delay: 10,
|
|
time: 1000
|
|
});
|
|
})(jQuery);
|