<?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; 插件</title>
	<atom:link href="http://www.ajaxcn.net/archives/tag/%e6%8f%92%e4%bb%b6/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxcn.net</link>
	<description>关注 flex ajax asp.net等</description>
	<lastBuildDate>Sat, 28 Jan 2012 13:00:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Chrome插件收集大全</title>
		<link>http://www.ajaxcn.net/archives/1236</link>
		<comments>http://www.ajaxcn.net/archives/1236#comments</comments>
		<pubDate>Wed, 06 Oct 2010 12:59:18 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[软件下载]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=1236</guid>
		<description><![CDATA[Chrome 浏览器现在可谓如日中天，与 Firefox 共同蚕食着 IE 的市场，网页开发者们可能也会开始转向这一新兴的浏览器，来调校自己的网站。而随着 Chrome 插件作者们的介入，为网页开发者提供便利的插件也纷纷崭露头角。]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1236/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jquery云标签插件</title>
		<link>http://www.ajaxcn.net/archives/1065</link>
		<comments>http://www.ajaxcn.net/archives/1065#comments</comments>
		<pubDate>Sat, 31 Jul 2010 14:10:54 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery云标签]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=1065</guid>
		<description><![CDATA[ share一个云标签jquery插件
演示地址
http://bugsoftware.co.uk/jQuery/StarfieldTagCloud/
下载地址：http://plugins.jquery.com/project/StarfieldTagCloud
作者其它插件http://bugsoftware.co.uk/jQuery/]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1065/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mark一个jquery confirm插件</title>
		<link>http://www.ajaxcn.net/archives/878</link>
		<comments>http://www.ajaxcn.net/archives/878#comments</comments>
		<pubDate>Sat, 20 Mar 2010 16:13:25 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=878</guid>
		<description><![CDATA[mark一个jquery confirm插件 http://nadiana.com/jquery-confirm-plugin]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/878/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mark一个jquery文本提示插件</title>
		<link>http://www.ajaxcn.net/archives/871</link>
		<comments>http://www.ajaxcn.net/archives/871#comments</comments>
		<pubDate>Sat, 20 Mar 2010 14:05:45 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=871</guid>
		<description><![CDATA[mark一个jquery文本提示插件

http://demos.usejquery.com/ketchup-plugin/
]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/871/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>

