<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>选择器 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E9%80%89%E6%8B%A9%E5%99%A8/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 03 Aug 2011 07:56:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>《jQuery基础教程》读书笔记--第二章</title>
		<link>https://www.coder4.com/archives/534</link>
					<comments>https://www.coder4.com/archives/534#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sun, 28 Feb 2010 13:21:47 +0000</pubDate>
				<category><![CDATA[前端技术]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery基础教程]]></category>
		<category><![CDATA[卢玉平]]></category>
		<category><![CDATA[李松峰]]></category>
		<category><![CDATA[第一章]]></category>
		<category><![CDATA[第二版]]></category>
		<category><![CDATA[读书笔记]]></category>
		<category><![CDATA[选择器]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=534</guid>

					<description><![CDATA[工厂函数$() $(&#39;p&#39;)&#160; 取得文档中所有段落 $(&#39;#some-id&#39;)&#160; 取得文档中ID为some-id的一个元素 $(&#39;.some-class&#39;)&#160; 取得文档中类为some-class的所有元素 CSS选择符 jQuery支持CSS规范1到3中所有的选择符，开发应该遵循渐进增强和平稳退化。即使无Javascript开启的时候，也要和开启时候功能基本相同，只是没有那么美观。 给一个ul下面的第一层li添加样[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/534/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
