mirror of
https://github.com/seigler/dash-website
synced 2025-07-28 07:36:08 +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');
|
|
}); |