Line 17: | Line 17: | ||
}); | }); | ||
− | $( | + | $( document ).on('swiperight', function(){ |
$('#sidebar').trigger('offcanvas.show'); | $('#sidebar').trigger('offcanvas.show'); | ||
}); | }); | ||
− | $( | + | $( document ).on('swipeleft', function(){ |
$('#sidebar').trigger('offcanvas.hide'); | $('#sidebar').trigger('offcanvas.hide'); | ||
}); | }); | ||
Line 146: | Line 146: | ||
<div id="sidebarHide" data-toggle="offcanvas" data-target="#sidebar" style="padding-left: 20px;"> | <div id="sidebarHide" data-toggle="offcanvas" data-target="#sidebar" style="padding-left: 20px;"> | ||
<hr> | <hr> | ||
− | <a style="font-family: 'Josefin Sans' !important; font-size: 16px; line-height: | + | <a style="font-family: 'Josefin Sans' !important; font-size: 16px; line-height: 18px; height: 18px;"> COLLAPSE NAVIGATION </a> |
<hr> | <hr> | ||
</div> | </div> |
Revision as of 16:35, 1 November 2017