[jQuery] Re: jQuery tabs and cookies

2008-06-16 Thread Isaak Malik
It was just that I misplaced the cookie option, I had put it in the fx part while it should have been outside of it. Thank you for your answer. On 6/16/08, Klaus Hartl <[EMAIL PROTECTED]> wrote: > > > That looks correct. Did you not forget to include the cookie plugin? > > > --Klaus > > > > On 15

[jQuery] Re: jQuery tabs and cookies

2008-06-15 Thread Klaus Hartl
That looks correct. Did you not forget to include the cookie plugin? --Klaus On 15 Jun., 18:34, "Isaak Malik" <[EMAIL PROTECTED]> wrote: > Oups, it was a mistake at my side, corrected code: > > $(function() > { >   $('#tabCont > ul').tabs({fx: {opacity: 'toggle', duration: 500}, cookie: > {expi

[jQuery] Re: jQuery tabs and cookies

2008-06-15 Thread Isaak Malik
Oups, it was a mistake at my side, corrected code: $(function() { $('#tabCont > ul').tabs({fx: {opacity: 'toggle', duration: 500}, cookie: {expires: 7, path: '/'}}); }); -- Isaak Malik Web Developer