Add bootstrap-3.1.1

This commit is contained in:
Jakob Borg
2014-05-20 18:41:31 +02:00
parent 95f5e5fa9a
commit 36bdd9cb4d
226 changed files with 44185 additions and 0 deletions

View File

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