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
Currently if you change some contents in the page ( loaded via AJAX for instance ) there is no semantic way to initialize the behaviors attached to the new contents, one way could be doing something like this:
Currently if you change some contents in the page ( loaded via AJAX for instance ) there is no semantic way to initialize the behaviors attached to the new contents, one way could be doing something like this:
The idea is provide a method to load new contents, which can accept a custom domElement for instance:
Ideally
Essential.start
would be using this methodThe text was updated successfully, but these errors were encountered: