[jQuery] Re: Cookies

2009-09-28 Thread craigeves
I forgot to say that the script above is based on the JQuery UI framework. On Sep 28, 9:32 am, craigeves craige...@googlemail.com wrote: I'm really stuck in adding the cookies plugin to the sortables script I have below. I don't even know where to begin. Can anyone help? script

[jQuery] Re: Cookies

2009-09-28 Thread Mike McNally
It might help if you'd mention what it is you want to *do* with the plugin. On Mon, Sep 28, 2009 at 3:32 AM, craigeves craige...@googlemail.com wrote: I'm really stuck in adding the cookies plugin to the sortables script I have below. I don't even know where to begin. Can anyone help?

[jQuery] Re: Cookies

2009-09-28 Thread craigeves
Sorry. Stupid me. I want the script to remember the position of the divs and the collapsible state. Thanks Craig On Sep 28, 1:44 pm, Mike McNally emmecin...@gmail.com wrote: It might help if you'd mention what it is you want to *do* with the plugin. On Mon, Sep 28, 2009 at 3:32 AM,

[jQuery] Re: Cookies with JQuery?

2007-07-20 Thread Su
http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/ On 7/20/07, Danjojo [EMAIL PROTECTED] wrote: Am I able to set client-side cookies with JQuery? That would be REALLY great!! I could store the Language state in this cookie. $(function() { $(#languages).bind('change',

[jQuery] Re: Cookies with JQuery?

2007-07-20 Thread Danjojo
Got it using, Klaus's cookie plugin. $(function() { $(#languages).bind('change', function() { var country = $(this).val(); if(country) { $('#countryFlag').attr(src, images/ + country + .gif);

[jQuery] Re: cookies / consequent data

2007-06-01 Thread Jens
I seems that Google has released a new tool/ technology where you can use a local embedded SQL server. Take a look at it: 1. http://immike.net/blog/2007/05/31/getting-started-with-google-gears/ 2. http://blogs.zdnet.com/Burnette/?p=323 Maybe this can be helpful to you. /Jens On 31 Maj,

[jQuery] Re: cookies / consequent data

2007-05-31 Thread Mika Tuupola
On May 31, 2007, at 7:42 PM, philguillard wrote: Somebody can tell me which library i could use to compress text at a maximum, for setting coookies in javascript. Unfortunately IE6/ IE7 has a maximum of 4k total for cookies froms 1 site. Another question: does somebody know what could be

[jQuery] Re: cookies / consequent data

2007-05-31 Thread philguillard
This was to avoid having to authenticate users to save some basic information aroud 4k and tend to a serverless application. Thanks Phil Jens wrote: Why do you need so much space? I normally use cookies as pointers into data stored at the server side ex. into a SQL server /Jens On 31 Maj,