mirror of
https://github.com/Damillora/Yuika
synced 2024-11-05 10:27:32 +00:00
6 lines
163 B
JavaScript
6 lines
163 B
JavaScript
$("#menushow").click(function(){
|
|
$(".index-navbar").toggleClass('enabled');
|
|
})
|
|
$(".nav li").click(function(){
|
|
$(".index-navbar").toggleClass('enabled');
|
|
}) |