From 8e50e7a8f264c65b453a9b7133c7532c439730f5 Mon Sep 17 00:00:00 2001 From: Nicole Date: Sun, 23 Jun 2013 17:17:08 -0700 Subject: Update remaining templates to match starter template --- offcanvas/example.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 offcanvas/example.js (limited to 'offcanvas/example.js') 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 -- cgit v1.2.3