diff --git a/bootstrap-3.0.0/examples/offcanvas/offcanvas.js b/bootstrap-3.0.0/examples/offcanvas/offcanvas.js new file mode 100644 index 0000000000000000000000000000000000000000..12f2dff51d7de9118240ec3e7cb31231716428eb --- /dev/null +++ b/bootstrap-3.0.0/examples/offcanvas/offcanvas.js @@ -0,0 +1,5 @@ +$(document).ready(function() { + $('[data-toggle=offcanvas]').click(function() { + $('.row-offcanvas').toggleClass('active'); + }); +}); \ No newline at end of file