[jQuery] Re: Jquery Cookies Or Sessions

2009-11-02 Thread James
ser leaves the site or when the session expires but I dont know where to > > start. anyone have any ideas. > > > Either for the plugin or anything at that. > > -- > View this message in > context:http://old.nabble.com/Jquery-Cookies-Or-Sessions-tp26140017s27240p261... > Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Re: [jQuery] Jquery Cookies Or Sessions

2009-10-31 Thread numerical25
> > Either for the plugin or anything at that. > -- View this message in context: http://old.nabble.com/Jquery-Cookies-Or-Sessions-tp26140017s27240p26146198.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Jquery Cookies Or Sessions

2009-10-30 Thread numerical25
that will happen when the user leaves the site or when the session expires but I dont know where to start. anyone have any ideas. Either for the plugin or anything at that. -- View this message in context: http://old.nabble.com/Jquery-Cookies-Or-Sessions-tp26140017s27240p26140017.html Sent from

[jQuery] Cookies

2009-09-28 Thread craigeves
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? $(document).ready(function(){ $(".column").sortable({ connectWith

[jQuery] Re: JQuery & Cookies

2009-06-30 Thread Cesar Sanz
Hi there, There is a plugin for that.. Check this out http://plugins.jquery.com/project/Cookie Regards - Original Message - From: "craigeves" To: "jQuery (English)" Sent: Tuesday, June 30, 2009 2:36 AM Subject: [jQuery] JQuery & Cookies I would like t

[jQuery] JQuery & Cookies

2009-06-30 Thread craigeves
I would like to apply a cookie to this script so that I can return to the page at a later date and it would remember my last action. Can anyone help? Thanks in advance. $(document).ready(function(){ $(".close").click(function () { $("#welcome").fadeIn("slow"); }); $(".

[jQuery] Cookies with JQuery?

2007-07-20 Thread Danjojo
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', function() { var country = $(this).val(); if(country) { $(

[jQuery] cookies / consequent data

2007-05-31 Thread philguillard
Hi, 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 the reason when after setting cookies and reload