samsono / Easy-Responsive-Tabs-to-Accordion

Easy responsive tabs - is a lightweight jQuery plugin which optimizes normal horizontal or vertical tabs to accordion on multi devices like: web, tablets, Mobile (IPad & IPhone). This plugin adapts the screen size and changes its action accordingly.
Other
603 stars 259 forks source link

Add nested tabs feature #26

Open mikeslim7 opened 10 years ago

mikeslim7 commented 10 years ago

Changed the plugin to enable nested tabs. Tested with vertical tabs nested in horizontal tabs

Cammoy commented 10 years ago

Nested tabs does not seem to work on horizontal layouts because its calling the same id as the parent tab.

Could you explain how the nested tab feature is achieved please?