mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 14:56:09 +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');
|
|
}); |