The ScrollSpy feature in Bootstrap requires the ___ method to be called for initialization.
- spy()
- initialize()
- activate()
- scrollSpy()
The correct method for initializing ScrollSpy in Bootstrap is scrollSpy(). It activates the ScrollSpy behavior on the specified element.
Loading...
Related Quiz
- Bootstrap's mobile-first approach prioritizes content layout using '___-first' classes.
- Using Bootstrap's __________ can significantly reduce HTTP requests, improving load times.
- What is the function of the 'data-slide-to' attribute in a Bootstrap carousel?
- Explain how event delegation is utilized in Bootstrap Tooltips on dynamically created elements.
- Discuss the impact of modifying Bootstrap's $spacer variable on layout and spacing.