<?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: Binding Multiple Events to Reduce Redundancy with Event-Delegation Tooltips</title>
	<atom:link href="http://www.learningjquery.com/2009/12/binding-multiple-events-to-reduce-redundancy-with-event-delegation-tooltips/feed" rel="self" type="application/rss+xml" />
	<link>http://www.learningjquery.com/2009/12/binding-multiple-events-to-reduce-redundancy-with-event-delegation-tooltips</link>
	<description>Tips, techniques, and tutorials for the jQuery JavaScript library</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:50:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Flip your Tip: Keeping the Event-delegation Tooltip in View &#187; Learning jQuery - Tips, Techniques, Tutorials</title>
		<link>http://www.learningjquery.com/2009/12/binding-multiple-events-to-reduce-redundancy-with-event-delegation-tooltips/comment-page-1#comment-80023</link>
		<dc:creator>Flip your Tip: Keeping the Event-delegation Tooltip in View &#187; Learning jQuery - Tips, Techniques, Tutorials</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=965#comment-80023</guid>
		<description>[...] Binding Multiple Events to Reduce Redundancy with Event Delegation Tooltips [...]</description>
		<content:encoded><![CDATA[<p>[...] Binding Multiple Events to Reduce Redundancy with Event Delegation Tooltips [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2009/12/binding-multiple-events-to-reduce-redundancy-with-event-delegation-tooltips/comment-page-1#comment-79774</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Fri, 05 Mar 2010 02:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=965#comment-79774</guid>
		<description>Yes, absolutely. Of course, it couldn&#039;t when I wrote the article because .delegate() wasn&#039;t in the jQuery API at that point. But good to mention it now. Thanks.</description>
		<content:encoded><![CDATA[<p>Yes, absolutely. Of course, it couldn&#8217;t when I wrote the article because .delegate() wasn&#8217;t in the jQuery API at that point. But good to mention it now. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.learningjquery.com/2009/12/binding-multiple-events-to-reduce-redundancy-with-event-delegation-tooltips/comment-page-1#comment-79756</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 01 Mar 2010 00:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=965#comment-79756</guid>
		<description>In this example, could .bind() be replaced by .delegate()?</description>
		<content:encoded><![CDATA[<p>In this example, could .bind() be replaced by .delegate()?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2009/12/binding-multiple-events-to-reduce-redundancy-with-event-delegation-tooltips/comment-page-1#comment-79702</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Sat, 13 Feb 2010 22:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=965#comment-79702</guid>
		<description>Actually, I&#039;m intentionally &lt;em&gt;not&lt;/em&gt; making the selector that specific. I discuss the reasoning behind the design in &lt;a href=&quot;http://www.learningjquery.com/2009/12/simple-tooltip-for-huge-number-of-elements&quot; rel=&quot;nofollow&quot;&gt;my previous post&lt;/a&gt;. In a nutshell, if there are thousands of links within the table, binding a click handler to all of them can really bog down the browser.</description>
		<content:encoded><![CDATA[<p>Actually, I&#8217;m intentionally <em>not</em> making the selector that specific. I discuss the reasoning behind the design in <a href="http://www.learningjquery.com/2009/12/simple-tooltip-for-huge-number-of-elements" rel="nofollow">my previous post</a>. In a nutshell, if there are thousands of links within the table, binding a click handler to all of them can really bog down the browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Benham</title>
		<link>http://www.learningjquery.com/2009/12/binding-multiple-events-to-reduce-redundancy-with-event-delegation-tooltips/comment-page-1#comment-79693</link>
		<dc:creator>Josh Benham</dc:creator>
		<pubDate>Fri, 12 Feb 2010 02:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=965#comment-79693</guid>
		<description>I see that you said.

&lt;code&gt;if (!$link.length) { return; }&lt;/code&gt;

Just to see if the link exists, if the whole script is based off of anchors would it be better to define the selector abit better ?

&lt;code&gt;$(&#039;#myTable a&#039;)&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I see that you said.</p>
<p><code>if (!$link.length) { return; }</code></p>
<p>Just to see if the link exists, if the whole script is based off of anchors would it be better to define the selector abit better ?</p>
<p><code>$('#myTable a')</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using setTimeout to Delay Showing Event-Delegation Tooltips Ajax Help W3C Tag</title>
		<link>http://www.learningjquery.com/2009/12/binding-multiple-events-to-reduce-redundancy-with-event-delegation-tooltips/comment-page-1#comment-79691</link>
		<dc:creator>Using setTimeout to Delay Showing Event-Delegation Tooltips Ajax Help W3C Tag</dc:creator>
		<pubDate>Thu, 11 Feb 2010 08:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=965#comment-79691</guid>
		<description>[...] my last two tutorials, I explained how to use event delegation for showing and hiding tooltips. In a comment on [...]</description>
		<content:encoded><![CDATA[<p>[...] my last two tutorials, I explained how to use event delegation for showing and hiding tooltips. In a comment on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2009/12/binding-multiple-events-to-reduce-redundancy-with-event-delegation-tooltips/comment-page-1#comment-79655</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Mon, 01 Feb 2010 16:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=965#comment-79655</guid>
		<description>Hi Jirka,
There is nothing special about the &quot;$&quot; in the variable name. It is just a little reminder to me that I&#039;m dealing with a jQuery object. It has become a convention of sorts among some jQuery develpers, while others don&#039;t really like it because of its potential to confuse people who are new to JavaScript, perhaps coming from a different programming language that treats &quot;$&quot; in a special way. I suppose your confusion over it is evidence on the side of those who would rather avoid that notation.</description>
		<content:encoded><![CDATA[<p>Hi Jirka,<br />
There is nothing special about the &#8220;$&#8221; in the variable name. It is just a little reminder to me that I&#8217;m dealing with a jQuery object. It has become a convention of sorts among some jQuery develpers, while others don&#8217;t really like it because of its potential to confuse people who are new to JavaScript, perhaps coming from a different programming language that treats &#8220;$&#8221; in a special way. I suppose your confusion over it is evidence on the side of those who would rather avoid that notation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jirka</title>
		<link>http://www.learningjquery.com/2009/12/binding-multiple-events-to-reduce-redundancy-with-event-delegation-tooltips/comment-page-1#comment-79650</link>
		<dc:creator>Jirka</dc:creator>
		<pubDate>Mon, 01 Feb 2010 02:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=965#comment-79650</guid>
		<description>Hi, could you explain to me the difference between variable link and $link? Why is the dollar sign by variable ($link).  Where I would have something to read or learn about it ?

Thank you in advance for your reply</description>
		<content:encoded><![CDATA[<p>Hi, could you explain to me the difference between variable link and $link? Why is the dollar sign by variable ($link).  Where I would have something to read or learn about it ?</p>
<p>Thank you in advance for your reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 911IT网 &#187; jQuery:通过事件委派一次绑定多种事件，以减少事件冗余</title>
		<link>http://www.learningjquery.com/2009/12/binding-multiple-events-to-reduce-redundancy-with-event-delegation-tooltips/comment-page-1#comment-79447</link>
		<dc:creator>911IT网 &#187; jQuery:通过事件委派一次绑定多种事件，以减少事件冗余</dc:creator>
		<pubDate>Wed, 30 Dec 2009 18:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=965#comment-79447</guid>
		<description>[...] 以上的代码来自：Learning jQuery:Binding Multiple Events to Reduce Redundancy with Event-Delegation Tooltips    分类: 互联网评论 标签:         评论 (0) 发表评论 [...]</description>
		<content:encoded><![CDATA[<p>[...] 以上的代码来自：Learning jQuery:Binding Multiple Events to Reduce Redundancy with Event-Delegation Tooltips    分类: 互联网评论 标签:         评论 (0) 发表评论 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interesting Finds: 2009 12.15 ~ 12.20 - gOODiDEA.NET</title>
		<link>http://www.learningjquery.com/2009/12/binding-multiple-events-to-reduce-redundancy-with-event-delegation-tooltips/comment-page-1#comment-79419</link>
		<dc:creator>Interesting Finds: 2009 12.15 ~ 12.20 - gOODiDEA.NET</dc:creator>
		<pubDate>Sun, 20 Dec 2009 00:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=965#comment-79419</guid>
		<description>[...] Binding Multiple Events to Reduce Redundancy with Event-Delegation Tooltips - Using setTimeout to Delay Showing Event-Delegation Tooltips [...]</description>
		<content:encoded><![CDATA[<p>[...] Binding Multiple Events to Reduce Redundancy with Event-Delegation Tooltips &#8211; Using setTimeout to Delay Showing Event-Delegation Tooltips [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 8/21 queries in 0.006 seconds using disk: basic
Object Caching 372/378 objects using disk: basic
Content Delivery Network via learningjquery.kswedberg.netdna-cdn.com

Served from: www.learningjquery.com @ 2012-02-08 18:03:22 -->
