mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
4 lines
No EOL
109 B
JavaScript
4 lines
No EOL
109 B
JavaScript
$('#toggle').click(function() {
|
|
$(this).toggleClass('active');
|
|
$('#overlay').toggleClass('open');
|
|
}); |