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

A way to destroy tab #12

Closed TheFurryMonk closed 10 years ago

TheFurryMonk commented 10 years ago

Is there a way to destroy the tabs from the element? This would be useful in cases where there's a need to dynamically re-create the list of tabs.

Edit: After looking at the code, I found out that it does have a way to do this after all:

$("#leTab").easyResponsiveTabs("destroy");