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