Avatar of ajayvegesna02
ajayvegesna02

asked on 

How to set the time in JQuery's cookie persistence Tab

I am using the cookie persistence Tab in my JSP appliation...

http://jqueryui.com/demos/tabs/#cookie....

But how to set the Cookie Time in Mints... By Default it will store 1 day in browser...

Thanks,
Ajay
JavaScriptJScript

Avatar of undefined
Last Comment
ajayvegesna02
Avatar of Erdinç Güngör Çorbacı
Erdinç Güngör Çorbacı
Flag of Türkiye image

there is the documentation


Initialize a tabs with the cookie option specified.
$( ".selector" ).tabs({ cookie: { expires: 30 } });
Get or set the cookie option, after init.
//getter
var cookie = $( ".selector" ).tabs( "option", "cookie" );
//setter
$( ".selector" ).tabs( "option", "cookie", { expires: 30 } );
Avatar of ajayvegesna02
ajayvegesna02

ASKER

U have mentioned expires : 30
will 30 stands for Minutes? if so how can we set in seconds

Thanks,
Aj
Avatar of ajayvegesna02
ajayvegesna02

ASKER

I want to maintain the selected tab only for 1 or 2 mints, after that the user loads the page again i need to show the first tab;

Thanks,
Aj
ASKER CERTIFIED SOLUTION
Avatar of Erdinç Güngör Çorbacı
Erdinç Güngör Çorbacı
Flag of Türkiye image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of ajayvegesna02
ajayvegesna02

ASKER

Hi,

IF i put this code.. i lose the tabs functionality...

Any idea??

Thanks,
Aj
JavaScript
JavaScript

JavaScript is a dynamic, object-based language commonly used for client-side scripting in web browsers. Recently, server side JavaScript frameworks have also emerged. JavaScript runs on nearly every operating system and in almost every mainstream web browser.

127K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo