Some elements need to be initialized when the DOM is ready. Since we are using Blazor, the components are not in the DOM when the document is ready. Therefore they need to be initialized when the component is loaded by Blazor.
The init functions will be documented here:
Call when a datepicker component is loaded.
Call when maps component is loaded.
Call when navtabs component is loaded
There are multiple components which can contains popovers. Call when entire page is loaded?
…?
Call when a tagsinput component is loaded.
Call when a sortable component is loaded.