Hi,
I'm trying to set cookies for 3 tabs. Second tab should be default if no cookies present,..
Here is my code:
- function side_tabs(){
- $('#tabs').tabs({ cookie: {expires: 1, path:'/'},
- fx: { height: 'toggle', duration: 500}
- });
Please, help me!
Thanks!