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.
>
> 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.
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
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
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
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");
});
$(".
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) {
$(
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
8 matches
Mail list logo