<?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>Double whole note &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/double-whole-note/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>The Difference Between .live() and .delegate and Which One Should be Used</title>
		<link>/2010/05/23/the-difference-between-live-and-delegate-and-which-one-should-be-used/</link>
		<comments>/2010/05/23/the-difference-between-live-and-delegate-and-which-one-should-be-used/#respond</comments>
		<pubDate>Sun, 23 May 2010 07:37:48 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Breve]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Delegate]]></category>
		<category><![CDATA[Double whole note]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Technology/Internet]]></category>

		<guid isPermaLink="false">/?p=1520</guid>
		<description><![CDATA[There are so many posts about that topic out there, but I&#8217;d like to be rather breve! The delegate() method comes with the last major version of the jQuery &#8211; 1.4 and it gives a context to the event. So please use delegate() instead of live(), just because not everything&#8217;s attached to the document element, &#8230; <a href="/2010/05/23/the-difference-between-live-and-delegate-and-which-one-should-be-used/" class="more-link">Continue reading <span class="screen-reader-text">The Difference Between .live() and .delegate and Which One Should be Used</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/12/30/jquery-live-vs-bind-performance/" rel="bookmark" title="jQuery live() vs bind() performance">jQuery live() vs bind() performance </a></li>
<li><a href="/2009/10/08/jquery-the-difference-between-mouseout-and-mouseleave/" rel="bookmark" title="jQuery: the difference between mouseout and mouseleave">jQuery: the difference between mouseout and mouseleave </a></li>
<li><a href="/2011/04/05/jquery-unbind/" rel="bookmark" title="jQuery.unbind()">jQuery.unbind() </a></li>
<li><a href="/2009/05/25/remove-dom-element-with-jquery/" rel="bookmark" title="Remove DOM Element with JQuery">Remove DOM Element with JQuery </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>There are so many posts about that topic out there, but I&#8217;d like to be rather breve! The delegate() method comes with the last major version of the jQuery &#8211; 1.4 and it gives a context to the event. So please use delegate() instead of live(), just because not everything&#8217;s attached to the document element, but to the selected object.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/12/30/jquery-live-vs-bind-performance/" rel="bookmark" title="jQuery live() vs bind() performance">jQuery live() vs bind() performance </a></li>
<li><a href="/2009/10/08/jquery-the-difference-between-mouseout-and-mouseleave/" rel="bookmark" title="jQuery: the difference between mouseout and mouseleave">jQuery: the difference between mouseout and mouseleave </a></li>
<li><a href="/2011/04/05/jquery-unbind/" rel="bookmark" title="jQuery.unbind()">jQuery.unbind() </a></li>
<li><a href="/2009/05/25/remove-dom-element-with-jquery/" rel="bookmark" title="Remove DOM Element with JQuery">Remove DOM Element with JQuery </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2010/05/23/the-difference-between-live-and-delegate-and-which-one-should-be-used/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
