TabDrawer is a JQuery, responsive tab to drawer solution. Designed as a module, it can maintain multiple instances that can be styled and function independently.
See it in action http://tduppstadt.com/project/tabdrawer/
Create a unique instance by passing in a few configuration properties.
var m_clothes_td = new TabDrawer({
container: ".c-clothes",
activeTab: 1
});
container: Accepts.classor#idactiveTab: Index for the tab/drawer you want opened on start.