UNPKG
boost-template
Version:
latest (1.0.1)
1.0.1
1.0.0
Boost is the Bootstrap 4 Starter Template.
orbitthemes.com/downloads/boost/
orbitthemes/boost
boost-template
/
js
/
script.js
8 lines
(6 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
$(
window
).
on
(
"load"
,
function
(
) { $(
".loader"
).
delay
(
1000
).
fadeOut
(
"slow"
); }); $(
document
).
ready
(
function
(
) { $(
"#currentYear"
).
text
((
new
Date
()).
getFullYear
()); });