Query .initialize()Demonstrates using .initialize() to configure components before they are ready in the DOMquery-initializecomponentQuerypage.htmlComponentsUse .initialize() when you need to configure components before DOMContentLoaded (like in head scripts). Use .settings() for components that already exist.["query","component","initialization"].initialize()Example