The ___ event can be used to add custom behavior when ScrollSpy updates the active item.
- activate.bs.scrollspy
- update.bs.scrollspy
- change.bs.scrollspy
- scroll.bs.scrollspy
The correct option is activate.bs.scrollspy. You can use the 'activate.bs.scrollspy' event to add custom behavior when ScrollSpy updates the active item. This allows for additional actions to be taken when an item becomes active in the scrollspy.
Loading...
Related Quiz
- Discuss the impact of Bootstrap's performance optimization techniques on the load time of e-commerce websites.
- 3. Implement AJAX-driven data refresh in Bootstrap tables by targeting the '___' element.
- How does the use of Sass variables impact the customization of Bootstrap components?
- The 'justify-content-*-___' class in Bootstrap is used for horizontal alignment of columns.
- Describe a scenario where you would need to synchronize Bootstrap's tab component with another JavaScript library.