You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to load in bootstrap.native and let it get on with itself without having to instantiate it on new html coming in to the page either via turbolinks, xhr or templating tools.
Using MutationObserver removes the need to add any event listeners at all. There are polyfills for older browsers available too. It's the same way that stimulus.js (https://github.com/stimulusjs/stimulus) does things.
The text was updated successfully, but these errors were encountered:
It would be great to load in bootstrap.native and let it get on with itself without having to instantiate it on new html coming in to the page either via turbolinks, xhr or templating tools.
Using MutationObserver removes the need to add any event listeners at all. There are polyfills for older browsers available too. It's the same way that stimulus.js (https://github.com/stimulusjs/stimulus) does things.
The text was updated successfully, but these errors were encountered: