mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 22:27:09 +03:00
7b73115606
generated from commit 24d054d4df
6 lines
141 B
JavaScript
Executable File
6 lines
141 B
JavaScript
Executable File
$(document).ready(function () {
|
|
$('[data-toggle="offcanvas"]').click(function () {
|
|
$('.row-offcanvas').toggleClass('active')
|
|
});
|
|
});
|