Skip to content

Commit f6e611d

Browse files
committed
working jquery for menu
1 parent 8a985bc commit f6e611d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/js/main.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$('.menu-icon').on('click', function() {
2+
console.log("CLICK");
3+
$('.menu-list').toggle('active');
4+
});

0 commit comments

Comments
 (0)