<?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>贰陆@前端开发.网赚 &#187; jQuery</title>
	<atom:link href="http://www.iliawang.com/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iliawang.com</link>
	<description>从事前端开发，业余关注网络营销</description>
	<lastBuildDate>Tue, 07 Sep 2010 05:38:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>jQuery检测浏览器是否为IE6</title>
		<link>http://www.iliawang.com/jquery-check-browser-is-ie6/</link>
		<comments>http://www.iliawang.com/jquery-check-browser-is-ie6/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 03:20:11 +0000</pubDate>
		<dc:creator>贰陆</dc:creator>
				<category><![CDATA[前端开发]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[检测浏览器]]></category>

		<guid isPermaLink="false">http://www.iliawang.com/?p=245</guid>
		<description><![CDATA[最近在CSS开发过程中要遇到的CSS问题太多，有些涉及到JS交互的方法需要改变CSS样式，而且是仅仅针对<a href="http://www.iliawang.com/tag/ie6/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IE6">IE6</a>，所以判断浏览器版本就是必须的了。
<a href="http://www.iliawang.com/tag/jquery/" class="st_tag internal_tag" rel="tag" title="Posts tagged with jQuery">jQuery</a>提供了一个方法可以很方便的<a href="http://www.iliawang.com/tag/%e6%a3%80%e6%b5%8b%e6%b5%8f%e8%a7%88%e5%99%a8/" class="st_tag internal_tag" rel="tag" title="Posts tagged with 检测浏览器">检测浏览器</a>版本，以下为专门检测<a href="http://www.iliawang.com/tag/ie6/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IE6">IE6</a>的方法：

function is<a href="http://www.iliawang.com/tag/ie6/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IE6">ie6</a>() {
		&#160;&#160;&#038;[......]<p class='read-more'><a href='http://www.iliawang.com/jquery-check-browser-is-ie6/'>阅读全文</a></p>]]></description>
		<wfw:commentRss>http://www.iliawang.com/jquery-check-browser-is-ie6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jquery中的hover()不适合子元素position为absolute的情况</title>
		<link>http://www.iliawang.com/jquery-hover-not-working-with-absolutely-positioned-elements/</link>
		<comments>http://www.iliawang.com/jquery-hover-not-working-with-absolutely-positioned-elements/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 00:41:56 +0000</pubDate>
		<dc:creator>贰陆</dc:creator>
				<category><![CDATA[捣鼓代码]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.iliawang.com/?p=232</guid>
		<description><![CDATA[<a href="http://www.iliawang.com/tag/jquery/" class="st_tag internal_tag" rel="tag" title="Posts tagged with jQuery">jquery</a>中有个很好用的方法hover()，可以解决IE中mouseout的BUG，但如果出现子元素中有绝对定位的元素，当鼠标移至次绝对定位元素时，会自动触发hover()中的第二个方法，也就是相当于mouseout，遇到这种情况，就不能再使用hover()了，而是换成mouseenter和mou[......]<p class='read-more'><a href='http://www.iliawang.com/jquery-hover-not-working-with-absolutely-positioned-elements/'>阅读全文</a></p>]]></description>
		<wfw:commentRss>http://www.iliawang.com/jquery-hover-not-working-with-absolutely-positioned-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery中的get与eq理解</title>
		<link>http://www.iliawang.com/the-difference-of-get-eq-in-jquery/</link>
		<comments>http://www.iliawang.com/the-difference-of-get-eq-in-jquery/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 03:46:54 +0000</pubDate>
		<dc:creator>贰陆</dc:creator>
				<category><![CDATA[前端开发]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.iliawang.com/?p=125</guid>
		<description><![CDATA[对于<a href="http://www.iliawang.com/tag/jquery/" class="st_tag internal_tag" rel="tag" title="Posts tagged with jQuery">jQuery</a>中的get()和eq()的理解，我的想法很简单，get()返回的是DOM，eq()返回的是<a href="http://www.iliawang.com/tag/jquery/" class="st_tag internal_tag" rel="tag" title="Posts tagged with jQuery">jQuery</a>，更通俗一点就是：
如果想改变一个DIV的显示与隐藏，两种方法：
$(&#34;div&#34;).get(0).style.display=&#34;none&#34;;
[......]<p class='read-more'><a href='http://www.iliawang.com/the-difference-of-get-eq-in-jquery/'>阅读全文</a></p>]]></description>
		<wfw:commentRss>http://www.iliawang.com/the-difference-of-get-eq-in-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
