<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Adding Events to Adding Events in&#160;jQuery</title> <atom:link href="http://davidwalsh.name/add-events-jquery/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/add-events-jquery</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 07:54:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Aaron Hancock</title><link>http://davidwalsh.name/add-events-jquery/comment-page-1#comment-19983</link> <dc:creator>Aaron Hancock</dc:creator> <pubDate>Wed, 15 Sep 2010 03:49:34 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2914#comment-19983</guid> <description>I have found &lt;a href=&quot;http://www.noobflash.com/jquery-custom-events/&quot; rel=&quot;nofollow&quot;&gt;custom jquery events&lt;/a&gt; extremely useful!</description> <content:encoded><![CDATA[<p>I have found <a
href="http://www.noobflash.com/jquery-custom-events/" rel="nofollow">custom jquery events</a> extremely useful!</p> ]]></content:encoded> </item> <item><title>By: madhu</title><link>http://davidwalsh.name/add-events-jquery/comment-page-1#comment-11287</link> <dc:creator>madhu</dc:creator> <pubDate>Fri, 14 Aug 2009 09:50:27 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2914#comment-11287</guid> <description>hi,i have one doubtwhen i have two links if iclick first link one alert will display, if i click second link another alert will display how it is possible. Can you pls tell me the code if you know.thank You</description> <content:encoded><![CDATA[<p>hi,</p><p>i have one doubt</p><p>when i have two links if iclick first link one alert will display, if i click second link another alert will display how it is possible. Can you pls tell me the code if you know.</p><p>thank You</p> ]]></content:encoded> </item> <item><title>By: James</title><link>http://davidwalsh.name/add-events-jquery/comment-page-1#comment-9915</link> <dc:creator>James</dc:creator> <pubDate>Thu, 18 Jun 2009 08:45:26 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2914#comment-9915</guid> <description>A very good idea David! :)I can only think of one caveat - if you want to take advantage of event delegation then you wouldn&#039;t want the parent (to which you want the events to bubble) to have that CSS property. Using either jQuery&#039;s live() binding or &quot;manual event delegation&quot; might lead to unexpected results. </description> <content:encoded><![CDATA[<p>A very good idea David! :)</p><p>I can only think of one caveat &#8211; if you want to take advantage of event delegation then you wouldn&#8217;t want the parent (to which you want the events to bubble) to have that CSS property. Using either jQuery&#8217;s live() binding or &#8220;manual event delegation&#8221; might lead to unexpected results.</p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/add-events-jquery/comment-page-1#comment-9908</link> <dc:creator>David Walsh</dc:creator> <pubDate>Wed, 17 Jun 2009 16:25:11 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2914#comment-9908</guid> <description>&lt;p&gt;Thank you Brandon -- I commented on your blog.&lt;/p&gt;</description> <content:encoded><![CDATA[<p>Thank you Brandon &#8212; I commented on your blog.</p> ]]></content:encoded> </item> <item><title>By: Brandon Aaron</title><link>http://davidwalsh.name/add-events-jquery/comment-page-1#comment-9907</link> <dc:creator>Brandon Aaron</dc:creator> <pubDate>Wed, 17 Jun 2009 16:20:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2914#comment-9907</guid> <description>Hey David,I decided to respond via a &lt;a href=&quot;http://brandonaaron.net/blog/2009/06/17/automating-with-special-events&quot; rel=&quot;nofollow&quot;&gt;blog post&lt;/a&gt; of my own on this topic. As Scott mentioned the Special Event hooks must return false in order to make this work. Hopefully my blog post clears this up.</description> <content:encoded><![CDATA[<p>Hey David,</p><p>I decided to respond via a <a
href="http://brandonaaron.net/blog/2009/06/17/automating-with-special-events" rel="nofollow">blog post</a> of my own on this topic. As Scott mentioned the Special Event hooks must return false in order to make this work. Hopefully my blog post clears this up.</p> ]]></content:encoded> </item> <item><title>By: Scott</title><link>http://davidwalsh.name/add-events-jquery/comment-page-1#comment-9906</link> <dc:creator>Scott</dc:creator> <pubDate>Wed, 17 Jun 2009 15:46:28 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2914#comment-9906</guid> <description>Your &quot;FAIL&quot; method will work just fine if you return false from both the setup and teardown functions.  Also, just a note to readers, you should use &quot;jQuery&quot; rather than a $ in production code, or $ in a closure (my preferred method).</description> <content:encoded><![CDATA[<p>Your &#8220;FAIL&#8221; method will work just fine if you return false from both the setup and teardown functions.  Also, just a note to readers, you should use &#8220;jQuery&#8221; rather than a $ in production code, or $ in a closure (my preferred method).</p> ]]></content:encoded> </item> <item><title>By: arnaud-k</title><link>http://davidwalsh.name/add-events-jquery/comment-page-1#comment-9902</link> <dc:creator>arnaud-k</dc:creator> <pubDate>Wed, 17 Jun 2009 14:22:39 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2914#comment-9902</guid> <description>It&#039;s great. It will be a gain of time ! I don&#039;t see how I could do that in an other way.</description> <content:encoded><![CDATA[<p>It&#8217;s great. It will be a gain of time ! I don&#8217;t see how I could do that in an other way.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/14 queries in 0.010 seconds using disk: basic
Object Caching 670/671 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 03:59:49 -->
