Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
毕凯
2016-02-03 13:44:50 +0800
Commit
5ebfaa32049d37f307e1dec8d51abccc575e6b75
1 parent
e4f29d8e
侧边导航栏,滑动效果有穿透效果 修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
static/js/home/home.js
static/js/home/home.js
View file @
5ebfaa3
...
...
@@ -62,6 +62,10 @@ $sideNav.on('touchstart', 'li', function(e) {
}
});
$sideNav
.
on
(
'touchmove'
,
function
(
e
)
{
e
.
stopPropagation
();
});
//返回一级导航,收起二级导航
$subNav
.
each
(
function
()
{
$
(
this
).
find
(
'li'
).
eq
(
0
).
on
(
'touchstart'
,
function
()
{
...
...
Please
register
or
login
to post a comment