Responsive Tabs Versions Save

Responsive Tabs is a jQuery plugin that provides responsive tab functionality. The tabs transform to an accordion when it reaches a CSS breakpoint. You can use this plugin as a solution for displaying tabs elegantly on desktop, tablet and mobile.

v1.6.3

6 years ago

New

  • You can now use the navigationContainer option (thanks to @falconwhite)

v1.6.2

7 years ago

This release fixes an issue that occurred in IE10

v1.6.1

7 years ago

New features

  • The plugin now has a click callback that is called whenever a tab is clicked, even if the tab is disabled. (Thanks to @Dobby89 for PR #109)

v1.6.0

8 years ago

New features

  • The option scrollToAccordionOnLoad has been added which defaults to true and can be used to disable scrolling to accordion panel on load (Fixes #92)

v1.5.2

8 years ago

Bugfixes

  • Public methods are now correctly returning values

v1.5.1

8 years ago

New features

  • #55: You can now specify an offset to the scroll to accordion option (thanks to @herrschuessler for PR #77)

v1.5.0

8 years ago

New features

  • #51: You can now specify the HTML element for the accordion tab (thanks to @coxrichuk for PR #72)
  • You can now customize the CSS classes for container and ul (thanks to @herrschuessler for PR #61)

Bugfixes

  • jQuery dependency in bower.json and package.json (thanks to @timkelty for PR #58)

v1.4.5

9 years ago

New features

  • You can now enable/disable the queueing of the animations (thanks to @entozoon for suggesting this in #54)

v1.4.4

9 years ago

New features

  • Added enable / disable methods, thanks to @dshook (Fixes #53)

v1.4.3

9 years ago

Bugfixes

  • #46 Stop Chrome redrawing the page when programatically updating the hash (fixes chrome bug)