mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-22 08:12:19 +00:00
Added scripts for nav menu
This commit is contained in:
parent
d140a749df
commit
6cf9cfedb0
2
public/javascript/jquery-3.5.1.min.js
vendored
Normal file
2
public/javascript/jquery-3.5.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
6
public/javascript/nav.js
Normal file
6
public/javascript/nav.js
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
$(document).ready(function () {
|
||||||
|
$('.ham-button').on('click', function () {
|
||||||
|
|
||||||
|
$('.ham').toggleClass('open');
|
||||||
|
});
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user