1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 00:24:03 +02:00

publish 3.4 docs

This commit is contained in:
Mark Otto
2018-12-13 15:57:10 -08:00
parent ea4129886a
commit 5b27630cb4
125 changed files with 55951 additions and 0 deletions

View File

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