Files @ d56a3d98ef9f
Branch filter:

Location: Copyleft/copyleft-wiki/bootstrap-3.0.0/examples/offcanvas/offcanvas.js - annotation

d56a3d98ef9f 137 B application/javascript Show Source Show as Raw Download as Raw
bkuhn
Memorizable URLs.
1
2
3
4
5
$(document).ready(function() {
  $('[data-toggle=offcanvas]').click(function() {
    $('.row-offcanvas').toggleClass('active');
  });
});