jellekralt / Responsive-Tabs

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.
http://jellekralt.github.io/Responsive-Tabs/
MIT License
531 stars 228 forks source link

Is it possible to use jquery.cookie to remember the tab? #48

Closed anthonysbrown closed 9 years ago

anthonysbrown commented 9 years ago

Hello, I was wondering if its possible to have jquery.cookie remember which tab was selected.

jellekralt commented 9 years ago

Hi there, you could use the Activate state method to listen for the selection of a tab and save it to a cookie. When you are loading the page for the first time you could use the active tab options to select the initial tab from the cookie.

anthonysbrown commented 8 years ago

Thanks!