Tabslet
Tabslet copied to clipboard
Yet another jQuery plugin for tabs, lightweight, easy to use, mobile-friendly and with some extra features.
To reproduce: 1. Use mouseevent : 'hover' and animation: true. 2. quickly hover over the tabs 3. notice the animation causes multiple tab content to show at once. 4. Reference...
Hello, I would like to access the tabs by link, for example: Test.com/servicer#tab-1 It's possible?
Hello, Looking for a possible solution to stop browser anchoring to top of tab when deeplinking activated for tabs? Onclick event e.preventDefault does not seem to work. best regards
When linking to a tab from the same page as the tabs the link does not work. I have added: deeplinking: true, Any help would be appreciated!
Hi, Cool plugin! Do you know how can I get the clicked tab index number? ``` $('.tabs').on("_before", function() { console.log(index); }); ```
Hi there, Is there any way to put control link inside `` tab navigation? So the HTML will be like this: ``` Tab 1 Tab 2 Tab 3 Next Tab...
Hi Is it possible to add a tab menu that won't trigger the tabs, like this for example? When clicking on tab 5, it thinks for a second there is...
Hi Would anyone know if I can I link to an open tab at all? As in /about/#tab-3 (although that doesn't work) Can't seem to find a solution Thanks in...
I would like to propose an enhancement to the script that would allow people to use any other HTML selector than `` for the tab contents. I tried to use...
I made these improvements: - Inside the function `forward`. The event handler for mouseover is only attached if `$this.opts.pauseonhover` is true. Before the handler is attached anyway and the condition...