To show a modal on page load, use the ___ JavaScript event in Bootstrap.
- onShow
- onLoad
- onModal
- onOpen
In Bootstrap, to trigger the modal on page load, the correct JavaScript event is onLoad. This event ensures that the modal is displayed as soon as the page finishes loading.
Loading...
Related Quiz
- What is the effect of using Bootstrap's lazy loading feature for images and iframes?
- Implementing ___ headers can help in leveraging browser caching for performance.
- In Bootstrap's tab component, the '___()' method is used to activate a specific tab.
- Describe the role of Bootstrap’s utility classes in achieving mobile-first responsive designs.
- What is the primary purpose of using variables in Bootstrap?