Files
image-sequencer/node_modules/bootstrap/docs/examples/offcanvas/offcanvas.js
2017-01-02 23:19:02 -05:00

5 lines
140 B
JavaScript

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