Skip to content Skip to sidebar Skip to footer

Bootstrap Reset Button In Btn-group

I'm using Bootstrap buttons which i have in a btn-group.

Solution 1:

It's simple... All you need to call is:

$('.btn-group button').removeClass('active');

This is essentially what the code does when you toggle it.


Post a Comment for "Bootstrap Reset Button In Btn-group"