jquery-stickytabs
jquery-stickytabs copied to clipboard
Provides persistant state (back and forward button support) for Bootstrap tabs
I need to do something when the tab is changed, shouldn't `shown.bs.tab` be fired? You can try $('.nav-tabs').on('shown.bs.tab', function (event) { let tabTarget = $(event.target).attr('href'); console.log($activeTab.val()); }).stickyTabs(); and you'll see...
I'm attempting to use this plug-in with a Bootstrap accordion, but accordions don't utilize `a` elements. It would be nice to be able to allow for the option to specify...
Hi, I have an issue that with the widget `kartik-v/yii2-tabs-x/` for yii2 which uses jquery-stickytabs. Whenever you click a tab with a normal href link (so another page is requested...
Hi, Thank you for the useful plugin. The only thing i got not working is with nested tabs inside another tab. Please let me know if this can be resolved....
In this pull request, I've added: 1. Refactor ES6 2. Add support for named routes Example of usage: Sometimes, we need different name than just element ID, so let's define...
When I use HashRouter from react-router-dom in my React application, the calculation of the URL doesn't seem to correct. For example, If I'm on `https://localhost/#/foo/bar` and I click a tab...
I want to get a dynamic link to the next tab, which changes depending on which tab I'm currently in. This can even use something like data-tab-number to switch to...
Enabling `backToTop` abruptly jumps to the top of the page when using this plugin along with Bootstrap v4 tabs. Plus, it would be ideal to scroll to where the tabs...
carduz had not adjusted the url to point to this repo in the package.json file, this fixes that.
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...