<?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>《jQuery中不为人知的秘密之三——判断元素上是否绑定了事件》的评论</title>
	<atom:link href="http://shawphy.com/2008/12/the-missing-manual-in-jquery-3-whether-a-element-has-been-binded-a-event-handler-to.html/feed" rel="self" type="application/rss+xml" />
	<link>http://shawphy.com/2008/12/the-missing-manual-in-jquery-3-whether-a-element-has-been-binded-a-event-handler-to.html</link>
	<description>关注HTML,CSS,JavaScript,jQuery等前端开发</description>
	<lastBuildDate>Mon, 07 May 2012 10:20:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>作者：Sven</title>
		<link>http://shawphy.com/2008/12/the-missing-manual-in-jquery-3-whether-a-element-has-been-binded-a-event-handler-to.html/comment-page-1#comment-4697</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Wed, 14 Dec 2011 09:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=127#comment-4697</guid>
		<description>貌似不行</description>
		<content:encoded><![CDATA[<p>貌似不行</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：xuexi</title>
		<link>http://shawphy.com/2008/12/the-missing-manual-in-jquery-3-whether-a-element-has-been-binded-a-event-handler-to.html/comment-page-1#comment-4245</link>
		<dc:creator>xuexi</dc:creator>
		<pubDate>Tue, 01 Jun 2010 12:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=127#comment-4245</guid>
		<description>如果改事件类型(type)不存在的话，会报错吧？</description>
		<content:encoded><![CDATA[<p>如果改事件类型(type)不存在的话，会报错吧？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：vdonkey</title>
		<link>http://shawphy.com/2008/12/the-missing-manual-in-jquery-3-whether-a-element-has-been-binded-a-event-handler-to.html/comment-page-1#comment-4030</link>
		<dc:creator>vdonkey</dc:creator>
		<pubDate>Thu, 11 Mar 2010 05:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=127#comment-4030</guid>
		<description>huolingfeng是对的</description>
		<content:encoded><![CDATA[<p>huolingfeng是对的</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：huolingfeng</title>
		<link>http://shawphy.com/2008/12/the-missing-manual-in-jquery-3-whether-a-element-has-been-binded-a-event-handler-to.html/comment-page-1#comment-1942</link>
		<dc:creator>huolingfeng</dc:creator>
		<pubDate>Mon, 26 Oct 2009 08:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=127#comment-1942</guid>
		<description>哎，貌似要这样才行
var tempE = $(&quot;#foo&quot;).data(&quot;events&quot;);
if(tempE){
   if(tempE[&quot;click&quot;] ){
     //your code
   }
}</description>
		<content:encoded><![CDATA[<p>哎，貌似要这样才行<br />
var tempE = $(“#foo”).data(“events”);<br />
if(tempE){<br />
   if(tempE["click"] ){<br />
     //your code<br />
   }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：romotc</title>
		<link>http://shawphy.com/2008/12/the-missing-manual-in-jquery-3-whether-a-element-has-been-binded-a-event-handler-to.html/comment-page-1#comment-369</link>
		<dc:creator>romotc</dc:creator>
		<pubDate>Wed, 14 Jan 2009 14:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=127#comment-369</guid>
		<description>不错，就是不知道使用非jquery方法绑定的事件也能缓存吗？有时间试一下</description>
		<content:encoded><![CDATA[<p>不错，就是不知道使用非jquery方法绑定的事件也能缓存吗？有时间试一下</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：大笨</title>
		<link>http://shawphy.com/2008/12/the-missing-manual-in-jquery-3-whether-a-element-has-been-binded-a-event-handler-to.html/comment-page-1#comment-364</link>
		<dc:creator>大笨</dc:creator>
		<pubDate>Tue, 13 Jan 2009 10:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=127#comment-364</guid>
		<description>呵呵，老鸟，终于找到你的巢了！</description>
		<content:encoded><![CDATA[<p>呵呵，老鸟，终于找到你的巢了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：学习笔记</title>
		<link>http://shawphy.com/2008/12/the-missing-manual-in-jquery-3-whether-a-element-has-been-binded-a-event-handler-to.html/comment-page-1#comment-314</link>
		<dc:creator>学习笔记</dc:creator>
		<pubDate>Wed, 24 Dec 2008 04:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://shawphy.com/?p=127#comment-314</guid>
		<description>天啊，这种方法我可从来没有用过啊，以前一直都不管有没有绑定的，或者如果绑定了来个alert()测试下，呵呵，现在有好办法了，

谢谢。</description>
		<content:encoded><![CDATA[<p>天啊，这种方法我可从来没有用过啊，以前一直都不管有没有绑定的，或者如果绑定了来个alert()测试下，呵呵，现在有好办法了，</p>
<p>谢谢。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

