Thursday 17 January 2013

JueryUI Tabs Cookies




Hi,
I am glad that I suceeded in Tabs cookies today after a long study. here is the default code.
Kindly add library file called "jquery.cookie.js" from Development Bundle -> External  folder of jqueryUI.

Note: Dont forget to delete

                               $( "#tabs" ).tabs();


Then add the following in that place and play.

$( "#tabs" ).tabs({
cookie: {
// store cookie for a day, without, it would be a session cookie
expires: 1
}
});





It wont expire till 24 hours so u can come and check for the next day too. Hope it helps. 

~Umar

No comments:

Post a Comment