5 lines
No EOL
140 B
JavaScript
Executable file
5 lines
No EOL
140 B
JavaScript
Executable file
$(document).ready(function () {
|
|
$('[data-toggle="offcanvas"]').click(function () {
|
|
$('.row-offcanvas').toggleClass('active')
|
|
});
|
|
}); |