1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

move to examples dir

This commit is contained in:
Mark Otto
2013-08-15 16:40:39 -07:00
parent 54670ab64a
commit 3d99a4c15e
40 changed files with 0 additions and 0 deletions

View File

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