diff options
| author | Nicole <[email protected]> | 2013-06-23 17:17:08 -0700 |
|---|---|---|
| committer | Nicole <[email protected]> | 2013-06-23 17:17:08 -0700 |
| commit | 8e50e7a8f264c65b453a9b7133c7532c439730f5 (patch) | |
| tree | e79cdf9542e3cd1886a65748a1c57636da4d6a81 /offcanvas/example.js | |
| parent | 471c409a121870ece95e729e881df97ebf8ad943 (diff) | |
| download | bootstrap-8e50e7a8f264c65b453a9b7133c7532c439730f5.tar.xz bootstrap-8e50e7a8f264c65b453a9b7133c7532c439730f5.zip | |
Update remaining templates to match starter template
Diffstat (limited to 'offcanvas/example.js')
| -rw-r--r-- | offcanvas/example.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/offcanvas/example.js b/offcanvas/example.js new file mode 100644 index 000000000..12f2dff51 --- /dev/null +++ b/offcanvas/example.js @@ -0,0 +1,5 @@ +$(document).ready(function() { + $('[data-toggle=offcanvas]').click(function() { + $('.row-offcanvas').toggleClass('active'); + }); +});
\ No newline at end of file |
