Skip to content

anishmm/jquery-ui-tabs-drop-down

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery-ui-tabs-drop-down

jquery ui tabs - drop down

Description -> 'tabDropdown' extends jQuery UI tabs to include a dropdown for when tabs break to the maxTab count

Usage

  • Simple:
  •   $("#mytab").tabDropdown();
    
  • Options:
  •   $("#mytab").tabDropdown({
    
  •   	className: "tabDropdown",       // classname for css
    
  •   	Active: true,                   // Active dropdown features
    
  •   	dropDownText: "More",           // set drop down text
    
  •   	showCount: false,               // show drop down count
    
  •   	dropIcon: "▼ ",           // icon/caret
    
  •   	dropWidth: "30%",               // width of dropdown
    
  •   maxTab: 4                       // max tab
    
  •   });
    

Demo

http://jsfiddle.net/anishmm/T3PvS/embedded/result/

About

jquery ui tabs - drop down

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published