I want use Bootstrap-Offcanvas with turbolinks5.
But Bootstrap-Offcanvas not working with turbolinks5.
Because Bootstrap-Offcanvas execute only $(document).ready timing.
I add jQuery plugin method to Bootstrap-Offcanvas.
$.fn.bootstrapOffcanvas = ->
elements = this
elements.each -> new Offcanvas($(this))
I want use Bootstrap-Offcanvas with turbolinks5. But Bootstrap-Offcanvas not working with turbolinks5. Because Bootstrap-Offcanvas execute only
$(document).ready
timing.I add jQuery plugin method to Bootstrap-Offcanvas.
How to use
How to use with turbolinks