Skip to content

tduppstadt/TabDrawerJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

TabDrawer.js

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.

Demo

See it in action http://tduppstadt.com/project/tabdrawer/

Getting Started

Create a unique instance by passing in a few configuration properties.

var m_clothes_td = new TabDrawer({
	container: ".c-clothes",
	activeTab: 1
});

Config

  • container: Accepts .classor #id
  • activeTab: Index for the tab/drawer you want opened on start.

About

TabDrawer is a JQuery, responsive tab to drawer solution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors