Tabbedcontent Versions Save

:open_file_folder: jQuery / Zepto lightweight tabs plugin

v1.6.1

7 years ago

Now you can set onInit and onSwitch as jQuery / Zepto events.

v1.6.0

8 years ago
  • Now tabbedcontent is Bootstrap Friendly!
  • Added demos for twitter bootstrap + a multiple tabbedcontent demo.
  • TabbedContent is now Zepto.js compatible!
  • Renamed to just tabbedcontent instead of jquery.tabbedcontent
  • Added demo for zepto + bootstrap.
  • Added to bower packages.
  • Removed unnecessary method getCurrentId.
  • Added docblocks.
  • Now you can set the default active tab by just setting the active class to your desired tab.
  • Fixed tab error class being set to tab contents instead of the tab itself.
  • Fixed getCurrent method not properly returning current tab on certain circumstances.
  • Fixed tabs with absolute links defined not properly working.
  • Fixed html5shiv uri on demo files.
  • Added to packagist.

Now under a MIT license.

1.3.0

10 years ago
  • New isFirst and isLast methods
  • Improved performance removing repetitive calls to getCurrent method
  • Now onInit and onSwitch both have params to access the api (check the readme for details)

1.2.1

10 years ago

Added four new API methods: getCurrent(), getCurrentId(), next(loop) and prev(loop)

Now you can switch better between tabs thanks to them :smile: