<?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; jquery</title>
	<atom:link href="http://www.ajaxcn.net/archives/category/jquery/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>左侧菜单修改记录</title>
		<link>http://www.ajaxcn.net/archives/1692</link>
		<comments>http://www.ajaxcn.net/archives/1692#comments</comments>
		<pubDate>Wed, 11 Jan 2012 13:43:46 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=1692</guid>
		<description><![CDATA[回忆录之左侧菜单修改记录
http://jquery.bassistance.de/accordion/demo/#navigation

改个参数就行了
 
	alwaysOpen: false,
 
本来true改false
]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1692/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jquery eqchildren例子一个（原创）</title>
		<link>http://www.ajaxcn.net/archives/1594</link>
		<comments>http://www.ajaxcn.net/archives/1594#comments</comments>
		<pubDate>Wed, 13 Apr 2011 11:11:04 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[eqchildren例子一个]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=1594</guid>
		<description><![CDATA[jquery eqchildren例子一个（原创）]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1594/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一个投票的柱形图jquery实现代码</title>
		<link>http://www.ajaxcn.net/archives/1543</link>
		<comments>http://www.ajaxcn.net/archives/1543#comments</comments>
		<pubDate>Sun, 09 Jan 2011 11:22:36 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[柱形图]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=1543</guid>
		<description><![CDATA[使用jquery做了一个投票的柱形图，超级简单.
不想刷新页面，及时的看到投票比例效果图，一般的网站投票都使用flash进行实现或者使用图片，但是那个感觉有点太复杂了，而且我也不会flash、画图，使用就选用了jquery跟背景颜色设置。]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1543/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery队列控制方法详解 queue()/dequeue()/clearQueue()（转）</title>
		<link>http://www.ajaxcn.net/archives/1526</link>
		<comments>http://www.ajaxcn.net/archives/1526#comments</comments>
		<pubDate>Sat, 04 Dec 2010 14:41:17 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[队列]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=1526</guid>
		<description><![CDATA[本文非原创，转自http://www.cnblogs.com/mrthink /archive/2010/12/02/1894143.html

jQuery核心中, 有一组队列控制方法, 这组方法由queue()/dequeue()/clearQueue()三个方法组成, 它对需要连续按序执行的函数的控制可以说是简明自如, 主要应用于animate ()方法, ajax以及其他要按时间顺序执行的事件中.]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1526/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ajax在jquery中同步与异步区别</title>
		<link>http://www.ajaxcn.net/archives/1235</link>
		<comments>http://www.ajaxcn.net/archives/1235#comments</comments>
		<pubDate>Tue, 05 Oct 2010 09:29:21 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[同步与异步]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=1235</guid>
		<description><![CDATA[本文非原创
1、同步与异步之间究竟有什么不同呢？、
2、在什么情况下使用呢？]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1235/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jquery一些非常常用表单总结2</title>
		<link>http://www.ajaxcn.net/archives/1233</link>
		<comments>http://www.ajaxcn.net/archives/1233#comments</comments>
		<pubDate>Tue, 05 Oct 2010 07:49:53 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=1233</guid>
		<description><![CDATA[本文非原创正想总结一下，网上有人总结了，本文从网上百度文档下载，鉴于自己文采有限，写原创文章时间有限
以后本栏目及本博客也收集一些精彩好文章，
先给一个例子:]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1233/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery1.4中15个新特性你必须知道英文版</title>
		<link>http://www.ajaxcn.net/archives/1226</link>
		<comments>http://www.ajaxcn.net/archives/1226#comments</comments>
		<pubDate>Sun, 03 Oct 2010 06:03:01 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=1226</guid>
		<description><![CDATA[英文版地址：http://net.tutsplus.com/tutorials/javascript-ajax/jquery-1-4-released-the-15-new-features-you-must-know/]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1226/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery1.4中15个新特性你必须知道中文版</title>
		<link>http://www.ajaxcn.net/archives/1225</link>
		<comments>http://www.ajaxcn.net/archives/1225#comments</comments>
		<pubDate>Sun, 03 Oct 2010 05:59:11 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[新特性]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=1225</guid>
		<description><![CDATA[本文非原创
1. 传参给 jQuery(…)
之前，jQuery可以通过 attr 方法设置元素的属性，既可传属性的名和值，也可以是包含几组特定 属性名值对 的 对象。在 jQuery 1.4 中，你可以把一个参数对象作为第二个参数传给 jQuery 函数本身，同时创建HTML元素。 ]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1225/feed</wfw:commentRss>
		<slash:comments>0</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>密码保护：微博1</title>
		<link>http://www.ajaxcn.net/archives/1008</link>
		<comments>http://www.ajaxcn.net/archives/1008#comments</comments>
		<pubDate>Mon, 28 Jun 2010 16:33:35 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[私人]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=1008</guid>
		<description><![CDATA[无法提供摘要。这是一篇受保护的文章。]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1008/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mark一个jquery confirm效果prompt插件</title>
		<link>http://www.ajaxcn.net/archives/883</link>
		<comments>http://www.ajaxcn.net/archives/883#comments</comments>
		<pubDate>Tue, 30 Mar 2010 17:11:11 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[plungs]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=883</guid>
		<description><![CDATA[http://trentrichardson.com/Impromptu/index.php 想找个弹出confirm效果，感觉不错 其中一个A nice clean blue theme.官方有demo $.prompt('Hello World!!',{       buttons:{Ok:true,Cancel:false},       prefix:'cleanblue' })%]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/883/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 ajax提交错误定义方法</title>
		<link>http://www.ajaxcn.net/archives/848</link>
		<comments>http://www.ajaxcn.net/archives/848#comments</comments>
		<pubDate>Thu, 11 Mar 2010 17:30:30 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=848</guid>
		<description><![CDATA[$.ajax({
..
success:function(json)
{
 ..
}
error: function(XMLHttpRequest, textStatus, errorThrown) {
                        alert(textStatus);
                    }
});]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/848/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery 1.4新增的jQuery.contains()</title>
		<link>http://www.ajaxcn.net/archives/839</link>
		<comments>http://www.ajaxcn.net/archives/839#comments</comments>
		<pubDate>Tue, 09 Mar 2010 16:51:35 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=839</guid>
		<description><![CDATA[Today I went out comp. it seems big dust is blowing,look closer is the snow.of course it diffierent of yesterday's
which called sleet. it means  rain and snow togather.rain contains snow.Today I want's learn jquery.contains().
jQuery.contains( container, contained ) 
 Returns: Boolean  
sample :]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/839/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

