Response title
This is preview!
If you want the last tab the user visited to open on the next time she visits the site (refresh / page load), then you need to store that tab number (use the getter code) in a cookie and re-write the above code to get that tab number from the cookie.$(function() {
$( "#tabs" ).tabs({
active: 1 //opens the 2d tab, since its a 0 based count
});
© 2013 jQuery Foundation
Sponsored by and others.