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

added headingTag to options #42

Open simmerer opened 10 years ago

simmerer commented 10 years ago

Having an <h2> hardcoded as the tab element might not be appropriate in some content, so I've added a headingTag parameter to options array. It defaults to 'h2' as before, but you can now specify your own heading level for the tab elements ('h3', for instance).