In Bootstrap, the '___' event is triggered when a tab is fully activated.

  • tab-activated.bs.tab
  • tab-activated.bs.event
  • shown.bs.tab
  • activated.bs.tab
The correct answer is 'shown.bs.tab'. This event is triggered after a tab is fully shown. It's essential for handling actions or updates related to tab content once it becomes visible. Understanding tab events is key to enhancing the user experience in Bootstrap applications.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *