diff options
| author | Mark Otto <[email protected]> | 2013-08-15 16:40:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 16:40:39 -0700 |
| commit | 3d99a4c15e0661df630dbaf7dddb5228cf044fe6 (patch) | |
| tree | 40e68d12f804131ef3cea3bf0120531106b42dc9 /examples/offcanvas/offcanvas.js | |
| parent | 54670ab64a2565fd35071eb17fc7eef3480eb724 (diff) | |
| download | bootstrap-3d99a4c15e0661df630dbaf7dddb5228cf044fe6.tar.xz bootstrap-3d99a4c15e0661df630dbaf7dddb5228cf044fe6.zip | |
move to examples dir
Diffstat (limited to 'examples/offcanvas/offcanvas.js')
| -rw-r--r-- | examples/offcanvas/offcanvas.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/offcanvas/offcanvas.js b/examples/offcanvas/offcanvas.js new file mode 100644 index 000000000..12f2dff51 --- /dev/null +++ b/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 |
