Showing posts with label canvas. Show all posts
Showing posts with label canvas. Show all posts

Tuesday 5 August 2014

Bootstrap Off Canvas nav toggle viewing windows size

$(document).ready(function () {
$('[data-toggle=offcanvas]').click(function () {
$('.row-offcanvas').toggleClass('active')
});
});