2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03: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 124617 additions and 8483 deletions
+5
View File
@@ -0,0 +1,5 @@
$(document).ready(function () {
$('[data-toggle="offcanvas"]').click(function () {
$('.row-offcanvas').toggleClass('active')
});
});