jquery-offcanvas icon indicating copy to clipboard operation
jquery-offcanvas copied to clipboard

An easy to use jQuery offcanvas plugin.

Results 2 jquery-offcanvas issues
Sort by recently updated
recently updated
newest added

The navigation should be fixed if someone clicks this on a fixed nave toggle while scrolled down on the page the nav links could become hidden.

Can't get my head around this: ``` $($el).on('shown.offcanvas', function() { $('.offcanvas-outer').on('click', function() { $el.offcanvas('hide'); }); }); ``` Once hidden the trigger doesn't work correctly.