openam / bootstrap-responsive-tabs

Bootstrap responsive tabs are tabs that switch to collapsible components (accordions) when resized.
openam.github.io/bootstrap-responsive-tabs
MIT License
132 stars 60 forks source link

Accordion tabs expand / collapse on click anywhere in tab #21

Closed nkdweb closed 10 years ago

nkdweb commented 10 years ago

Hi,

I'm using bootstrap responsive tabs, which is working great.

Currently, in mobile view the responsive tabs can be expanded/collapsible when you click on the tab title(Anchor tag) . Is there any possibility of expand/collapse the tab when i click anywhere on the tab(div class="panel-heading").

Pls refer http://www.jqueryrain.com/ they have this effect.

Your help is highly appreciated. thanks

openam commented 10 years ago

This was the default behavior in Bootstrap 2 but they changed it in Bootstrap 3, see issue #5 for a solution.

nkdweb commented 10 years ago

Thanks for the quick response, solution worked :)