Home  »  CodeSnippets   »   Programmatically Change Tab in Bootstrap

Programmatically Change Tab in Bootstrap

Posted: February 8, 2022 | by Michael Bright

$('.nav-tabs a[href="#tab-name"]').tab('show');

Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.