JangoSteve / jQuery-EasyTabs

Easy and flexible jQuery tabbed functionality without all the styling.
http://www.alfajango.com/blog/jquery-easytabs-plugin/
549 stars 203 forks source link

Stayin on the same tab after form post #212

Open tartarJR opened 9 years ago

tartarJR commented 9 years ago

Trying to stay on the same tab after posting a form but could not make it. How can make it happen ?

$('#tab-container').easytabs({ active : $.cookie('activetab'), activate : function( event, easytabs){ $.cookie( 'activetab', easytabs.newTab.index(),{ expires : 10 }); } });

MaikSolben commented 8 years ago

you could try to set "updatehash: true,", so that the browser is "knowing" you are on the contact tab for example.