This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
PalletControl
Watch
1
Star
0
Fork
You've already forked PalletControl
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
PalletControl
/
static
/
js
/
plugins-init
/
counterup-init.js
11 lines
123 B
JavaScript
Raw
Permalink
Blame
History
(
function
(
$
)
{
"use strict"
$
(
'.counter'
)
.
counterUp
(
{
delay
:
10
,
time
:
1000
}
)
;
}
)
(
jQuery
)
;
Reference in New Issue
View Git Blame
Copy Permalink