aidanlister / jquery-stickytabs

Provides persistant state (back and forward button support) for Bootstrap tabs
http://aidanlister.com/2014/03/persisting-the-tab-state-in-bootstrap/
MIT License
60 stars 33 forks source link

Show parent tabs if they exist (new option) #24

Open RoccoHoward opened 8 years ago

RoccoHoward commented 8 years ago

Issue - Showing the initial tab on load can be "hidden" as it is in a child tab group.

Based on a new setting as to not change current behaviour, this change locates parent tabs (using the .tab-pane class) and shows them before we show the requested tab from the url hash.