bootstrap/docs/3.4/examples/offcanvas/offcanvas.js
2018-12-13 15:57:10 -08:00

5 lines
No EOL
140 B
JavaScript
Executable file

$(document).ready(function () {
$('[data-toggle="offcanvas"]').click(function () {
$('.row-offcanvas').toggleClass('active')
});
});