Tabslet
Tabslet copied to clipboard
Yet another jQuery plugin for tabs, lightweight, easy to use, mobile-friendly and with some extra features.
This prevents the code from breaking in certain browsers.
All tabs being hidden when script loads in? ``` php Public Private Popular Trending New {{#loop 3}} Title Icon / Iframe Info {{/loop}} {{#loop 3}} Title Icon / Iframe Info...
This allows users to pass a selector for the tab content and any selector for tab links. It keeps the defaults.
#23 Hello, using deeplinking i notice that the tabs don't change when pressing back/forward browser buttons. The hash changes but not the tabs. Is this by design? Tested in Chrome...
If you have a as controls (), it will jump to the anchor on click. To avoid that, the solution is to add a preventDefault to the event on the...
This happens in safari (and possibly other browsers, haven't yet verified) with regard to the "deep_link" function. Blocks loading of widget. https://www.dropbox.com/s/l376b85xh43apfe/Screenshot%202016-04-08%2019.39.25.png?dl=0 https://github.com/vdw/Tabslet/blob/master/jquery.tabslet.js#L176 According to spec, using strict mode, functions...
Is it possible to have the tabs become an accordion at a certain breakpoint?
Hi, Tabslet looks great. Noob question: Is there a way to get the tabs to toggle instead. So clicking on tab 1 toggles the tab's visibility? Clicking outside a tab...