File diff a212449bb325 → b890802d732c
bootstrap-3.0.0/examples/offcanvas/offcanvas.js
Show inline comments
 
new file 100644
 
$(document).ready(function() {
 
  $('[data-toggle=offcanvas]').click(function() {
 
    $('.row-offcanvas').toggleClass('active');
 
  });
 
});
...
 
\ No newline at end of file