UNPKG

bootstrap

Version:

Sleek, intuitive, and powerful front-end framework for faster and easier web development.

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