Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
45967cf18d086917cd99e4b6c239bc10408f40eb
1 parent
18cdf992
浏览记录 删除按钮的效果
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
static/js/me/browse-record.js
static/js/me/browse-record.js
View file @
45967cf
...
...
@@ -119,4 +119,10 @@ $page.on('touchstart', '.del-icon', function() {
}
});
});
});
\ No newline at end of file
});
$
(
'.deps'
).
on
(
'touchstart'
,
'span'
,
function
()
{
$
(
this
).
css
(
'background'
,
'#eee'
);
}).
on
(
'touchend touchcancel'
,
'span'
,
function
()
{
$
(
this
).
css
(
'background'
,
'transparent'
);
});
...
...
Please
register
or
login
to post a comment