UNPKG

bootstrap

Version:

The most popular front-end framework for developing responsive, mobile first projects on the web.

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