Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-mobile
·
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
unknown
2015-09-16 09:40:09 +0800
Commit
fdcfc92099cd33c13faa2d10d3667afc014eb3cc
1 parent
6a8af934
h5 3.0.4 YW-584 modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
home-page/public/js/public.js
home-page/public/js/public.js
View file @
fdcfc92
...
...
@@ -66,7 +66,7 @@ $('.sub-nav').each(function() {
//二级导航样式控制
$
(
'.sub-nav'
).
on
(
'mouseenter'
,
'li'
,
function
()
{
$
(
this
).
siblings
().
removeClass
(
'current'
);
$
(
this
).
addClass
(
'current'
).
siblings
().
removeClass
(
'current'
);
});
//头部banner轮播
...
...
Please
register
or
login
to post a comment