开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜