jQuery的Cookie插件 cookies

软件介绍

cookies 是一个强大的 jQuery 用来操作 Cookie 的插件。除了常见的操作

$.cookies.set( 'sessid', 'dh3tr62fghe' );
var sessid = $.cookies.get( 'sessid' );
$.cookies.del( 'sessid' );
if( $.cookies.test() ) //测试浏览器是否启用了cookie

外,该插件还支持存放 JSON 数据,已经直接将某个输入框映射到cookie中,例如 $( 'input.store' ).cookify(); 使用相当的方便。

本文地址:https://www.codercto.com/soft/d/22388.html

Visual Thinking

Visual Thinking

Colin Ware / Morgan Kaufmann / 2008-4-18 / USD 49.95

Increasingly, designers need to present information in ways that aid their audiences thinking process. Fortunately, results from the relatively new science of human visual perception provide valuable ......一起来看看 《Visual Thinking》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具