Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
梁志锋
9 years ago
Commit
88fe255227e428bbdb710b52ea0f611907baf047
1 parent
da38bc3d
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
static/js/category/index.js
static/js/category/index.js
View file @
88fe255
...
...
@@ -11,7 +11,8 @@ var $nav = $('.category-nav'),
$categoryContainer
=
$
(
'.category-container'
),
$contents
=
$categoryContainer
.
children
(
'.content'
);
var
$curContent
=
$contents
.
not
(
'.hide'
);
var
$curContent
=
$contents
.
not
(
'.hide'
),
$curClickSubLevel
;
var
navHammer
,
ccHammer
;
...
...
@@ -72,6 +73,7 @@ ccHammer.on('tap', function(e) {
$
(
'.sub-level'
).
bind
(
'touchstart'
,
function
(
e
)
{
var
$cur
=
$
(
e
.
target
);
$cur
.
addClass
(
'a-highlight'
);
if
(
$curClickSubLevel
)
{
...
...
Please
register
or
login
to post a comment