JQuery.cookies library
I'm trying to use the JQuery cookies library http://code.googl开发者_运维知识库e.com/p/cookies/ But am not able to set key value pairs within the cookie. I can't see how in the documentation, does anyone know how?
Thanks
From the documentation:
$.cookies.set( 'sessid', 'dh3tr62fghe' );
So, in this case sessid is your key, dh3tr62fghe is value.
If this is not what did you ask, sorry then.
精彩评论