This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
wiki
mirror of
https://github.com/requarks/wiki
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
1ad03a3d1f
wiki
/
client
/
js
/
app.js
9 lines
105 B
Raw
Blame
History
"use strict"
;
jQuery
(
document
)
.
ready
(
function
(
$
)
{
$
(
'a'
)
.
smoothScroll
(
{
speed
:
'auto'
}
)
;
}
)
;
Reference in new issue
View Git Blame
Copy Permalink