<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>云飞扬的ITblog &#187; cookie</title>
	<atom:link href="http://www.ajaxcn.net/archives/tag/cookie/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxcn.net</link>
	<description>关注 flex ajax asp.net等</description>
	<lastBuildDate>Wed, 08 Sep 2010 16:19:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>jquery操作cookie的插件</title>
		<link>http://www.ajaxcn.net/archives/613</link>
		<comments>http://www.ajaxcn.net/archives/613#comments</comments>
		<pubDate>Thu, 26 Nov 2009 16:05:36 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=613</guid>
		<description><![CDATA[插件地址http://plugins.jquery.com/project/cookie
使用方法：
$.cookie('cookiename'); // 获得cookie
$.cookie('cookiename', 'cookievalue'); // cookie赋值
$.cookie('cookiename', 'cookievalue', { expires: 7, path: '/', domain: 'ajaxcn.net'}); 
//设置过期时间,路径 域名的cookie
$.cookie('cookiename', '', { expires: -1 }); // 删除cookie
$.cookie('cookiename', null); // 删除 cookie
]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/613/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
