Sign in
梁美英
/
programming
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
8963b6e05ded776f3c5ab29d5e0298a58388ddd5
Authored by
ykxie
2017-06-22 14:53:35 +0800
1 parent
58fa13f9
add click
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
src/js/player.js
src/js/player.js
View file @
8963b6e
...
...
@@ -40,10 +40,9 @@ $(function(){
40
40
41
41
42
42
43
- $('.m-menu').on('click', function(e){
44
- e.preventDefault();
43
+ $(".m-menu").click(function(){
45
44
alert("---------- m-menu")
46
- })
45
+ })
;
47
46
48
47
49
48
$('.m-menu').on('click', function(e){
...
...