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

Added option to change the show tab behaviour #26

Open RoccoHoward opened 8 years ago

RoccoHoward commented 8 years ago

Issue - showing the tab doesn't trigger any applied behaviours.

Based on a new option as to not change current behaviour, this change changes from using a tab('show') to a trigger('click') which would then set off any behaviours that have been set against the click.