1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 23:54:08 +02:00

beta docs

This commit is contained in:
Mark Otto
2017-08-10 21:04:59 -07:00
parent a0fb4fe71b
commit 5282643c59
291 changed files with 124618 additions and 8484 deletions

View File

@@ -0,0 +1,5 @@
$(document).ready(function () {
$('[data-toggle="offcanvas"]').click(function () {
$('.row-offcanvas').toggleClass('active')
});
});