mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 13:38:26 +01:00
5 lines
140 B
JavaScript
Executable File
5 lines
140 B
JavaScript
Executable File
$(document).ready(function () {
|
|
$('[data-toggle="offcanvas"]').click(function () {
|
|
$('.row-offcanvas').toggleClass('active')
|
|
});
|
|
}); |