Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-frontend
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-04-01 14:38:50 +0800
Commit
a2076555ab19d7cc84b934615ac4be1650a6a480
1 parent
42952d3a
添加分类点击后的scrolltotop效果
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
mobile/public/js/article-type-three.js
mobile/public/js/article-type-three.js
View file @
a207655
...
...
@@ -31,6 +31,9 @@ exports.init = function() {
.
addClass
(
'hide'
)
.
eq
(
index
)
.
removeClass
(
'hide'
);
//scroll to top
$
(
document
).
scrollTop
(
thisContainer
.
offset
().
top
);
});
//默认选中第一个
...
...
Please
register
or
login
to post a comment