<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Top 10 jQuery Snippets (including jquery 1.4)</title>
	<atom:link href="http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 18 Jan 2012 08:51:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 使用 jQuery 操作 DOM：10+ 有用的代码片段 &#124; zend实验室-java/php学习教程、web前端设计、网站建设、网页设计、网络SEO推广</title>
		<link>http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/comment-page-1/#comment-29311</link>
		<dc:creator>使用 jQuery 操作 DOM：10+ 有用的代码片段 &#124; zend实验室-java/php学习教程、web前端设计、网站建设、网页设计、网络SEO推广</dc:creator>
		<pubDate>Wed, 04 May 2011 11:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webdevmania.com/?p=406#comment-29311</guid>
		<description>[...] 来源：http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 来源：http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/comment-page-1/#comment-9622</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 23 Aug 2010 16:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webdevmania.com/?p=406#comment-9622</guid>
		<description>Thanks Marc!!!!!</description>
		<content:encoded><![CDATA[<p>Thanks Marc!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Tucker</title>
		<link>http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/comment-page-1/#comment-9597</link>
		<dc:creator>Marcus Tucker</dc:creator>
		<pubDate>Mon, 23 Aug 2010 11:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webdevmania.com/?p=406#comment-9597</guid>
		<description>What you say in (8) is incorrect - .closest() only searches the elements in the current collection and their ancestors, NOT their children. See http://api.jquery.com/closest/ for more info.

PS - Also in (6) it should be &quot;voilà&quot; ;)</description>
		<content:encoded><![CDATA[<p>What you say in (8) is incorrect &#8211; .closest() only searches the elements in the current collection and their ancestors, NOT their children. See <a href="http://api.jquery.com/closest/" rel="nofollow">http://api.jquery.com/closest/</a> for more info.</p>
<p>PS &#8211; Also in (6) it should be &#8220;voilà&#8221; <img src='http://web.enavu.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manipulating the DOM with jQuery: 10+ useful code snippets - More than 6000 articles about Hosting - AllAboutServer - Add a CSS class to a specific element A very clean way to change an element look and feel is to add a css class, instead of adding inline</title>
		<link>http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/comment-page-1/#comment-7493</link>
		<dc:creator>Manipulating the DOM with jQuery: 10+ useful code snippets - More than 6000 articles about Hosting - AllAboutServer - Add a CSS class to a specific element A very clean way to change an element look and feel is to add a css class, instead of adding inline</dc:creator>
		<pubDate>Tue, 03 Aug 2010 12:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webdevmania.com/?p=406#comment-7493</guid>
		<description>[...] Source: http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Source: <a href="http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/" rel="nofollow">http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manipulating the DOM with jQuery: 10+ useful code snippets &#124; Faredigitale</title>
		<link>http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/comment-page-1/#comment-5198</link>
		<dc:creator>Manipulating the DOM with jQuery: 10+ useful code snippets &#124; Faredigitale</dc:creator>
		<pubDate>Sun, 11 Jul 2010 15:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webdevmania.com/?p=406#comment-5198</guid>
		<description>[...] this can be done easily, without any additional html markup.$(&quot;tr:odd&quot;).addClass(&quot;odd&quot;);Source: http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/Count children of an elementIf you&#8217;d like to count how many div elements are children of #foo, [...]</description>
		<content:encoded><![CDATA[<p>[...] this can be done easily, without any additional html markup.$(&quot;tr:odd&quot;).addClass(&quot;odd&quot;);Source: <a href="http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/Count" rel="nofollow">http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/Count</a> children of an elementIf you&#8217;d like to count how many div elements are children of #foo, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jquery 1.4.x New Features &#171; KaixersofT { ScriptBlocK } Weblog</title>
		<link>http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/comment-page-1/#comment-3729</link>
		<dc:creator>Jquery 1.4.x New Features &#171; KaixersofT { ScriptBlocK } Weblog</dc:creator>
		<pubDate>Wed, 09 Jun 2010 05:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webdevmania.com/?p=406#comment-3729</guid>
		<description>[...] 1.4.x New&#160;Features  June 9, 2010 kaixersoft Leave a comment Go to comments    http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/     Categories: Javascript        Comments (0) Trackbacks (0) Leave a comment [...]</description>
		<content:encoded><![CDATA[<p>[...] 1.4.x New&nbsp;Features  June 9, 2010 kaixersoft Leave a comment Go to comments    <a href="http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/" rel="nofollow">http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/</a>     Categories: Javascript        Comments (0) Trackbacks (0) Leave a comment [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 一些有用的JavaScript和jQuery的片段 &#171; 前沿网 热门应用 酷站导航</title>
		<link>http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/comment-page-1/#comment-3286</link>
		<dc:creator>一些有用的JavaScript和jQuery的片段 &#171; 前沿网 热门应用 酷站导航</dc:creator>
		<pubDate>Fri, 28 May 2010 01:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webdevmania.com/?p=406#comment-3286</guid>
		<description>[...] 来源：http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 来源：http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 使用 jQuery 操作 DOM：10+ 有用的代码片段 &#124; 芒果</title>
		<link>http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/comment-page-1/#comment-2827</link>
		<dc:creator>使用 jQuery 操作 DOM：10+ 有用的代码片段 &#124; 芒果</dc:creator>
		<pubDate>Mon, 10 May 2010 02:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webdevmania.com/?p=406#comment-2827</guid>
		<description>[...] 来源：http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 来源：http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Useful jQuery snippets for everyone &#124; studio nocturnart</title>
		<link>http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/comment-page-1/#comment-2487</link>
		<dc:creator>Useful jQuery snippets for everyone &#124; studio nocturnart</dc:creator>
		<pubDate>Tue, 27 Apr 2010 20:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webdevmania.com/?p=406#comment-2487</guid>
		<description>[...] These tricks and many more here and here. [...]</description>
		<content:encoded><![CDATA[<p>[...] These tricks and many more here and here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manipulating the DOM with jQuery: 10+ useful code snippets &#171; PsTrick</title>
		<link>http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/comment-page-1/#comment-2211</link>
		<dc:creator>Manipulating the DOM with jQuery: 10+ useful code snippets &#171; PsTrick</dc:creator>
		<pubDate>Thu, 22 Apr 2010 17:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.webdevmania.com/?p=406#comment-2211</guid>
		<description>[...] Source: http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Source: <a href="http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/" rel="nofollow">http://web.enavu.com/tutorials/top-10-jquery-snippets-including-jquery-1-4/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

