jQuery-EasyTabs icon indicating copy to clipboard operation
jQuery-EasyTabs copied to clipboard

Easy and flexible jQuery tabbed functionality without all the styling.

Results 101 jQuery-EasyTabs issues
Sort by recently updated
recently updated
newest added

Spans are shown to work on the advanced demo at https://os.alfajango.com/easytabs/#advanced-demo Using spans instead of list items with the selector tabs: "> div > span" does not show tab content...

Any chance that you will release it on NPM? I use it for all my dependencies and I would prefer not to have to download it manually 😊

Hello Steve, I'm derek, In my case I use your plugin and create a scss file to use, Because on your project style code in the html, I'm not sure...

defaultTab not working with jQuery 1.11.3

Hi this is the website i am working on http://www.noor-azmi.com/element/projects.html in firefox when i click the "Project List" tab, the content is not inside the tab container. I tested in...

This allows browserify users to successfully install the package via ``` npm install JangoSteve/jQuery-EasyTabs ``` and in the js ``` js require('EasyTabs'); ```

Hi There , in my script i used : var tabs = jQuery(".modal_tab_wrapper"); tabs.on("easytabs:before", function (e, clicked) { return false; }); or even tried : $(function() { var tabs =...

I am using a plugin to match the height of the panel container and the tab-list container. Whenever I toggle a tab, the panel container's defined height is removed. I...

i'm using easytabs on my asp.net view page. however, I have no idea why its cannot scroll up/down on view page while scroll on the mouse. I have to drag...