<?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: Demystifying jQuery .live()  and why it&#8217;s generally faster than .bind()</title>
	<atom:link href="http://www.position-absolute.com/articles/demystifying-jquery-live-and-why-its-generally-faster-than-bind/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.position-absolute.com/articles/demystifying-jquery-live-and-why-its-generally-faster-than-bind/</link>
	<description>Get your web worker news fix</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:12:55 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Compiler</title>
		<link>http://www.position-absolute.com/articles/demystifying-jquery-live-and-why-its-generally-faster-than-bind/comment-page-1/#comment-19969</link>
		<dc:creator>Compiler</dc:creator>
		<pubDate>Fri, 20 May 2011 06:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=2006#comment-19969</guid>
		<description>Hi,

To solve the speed problem simply use the focus even instead of the click event.

$(“#datepicker”).live(“focus”, function(){
$(this).datepicker({ changeMonth: true, changeYear: true });
});</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>To solve the speed problem simply use the focus even instead of the click event.</p>
<p>$(“#datepicker”).live(“focus”, function(){<br />
$(this).datepicker({ changeMonth: true, changeYear: true });<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binoy</title>
		<link>http://www.position-absolute.com/articles/demystifying-jquery-live-and-why-its-generally-faster-than-bind/comment-page-1/#comment-6928</link>
		<dc:creator>Binoy</dc:creator>
		<pubDate>Sat, 15 May 2010 09:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=2006#comment-6928</guid>
		<description>hi, can i use jQuery with telerik RadAjaxPanel</description>
		<content:encoded><![CDATA[<p>hi, can i use jQuery with telerik RadAjaxPanel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nanat</title>
		<link>http://www.position-absolute.com/articles/demystifying-jquery-live-and-why-its-generally-faster-than-bind/comment-page-1/#comment-6355</link>
		<dc:creator>nanat</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=2006#comment-6355</guid>
		<description>i test it in google crome it runs fast.. while i can in firefox the speed is so slow..</description>
		<content:encoded><![CDATA[<p>i test it in google crome it runs fast.. while i can in firefox the speed is so slow..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nanat</title>
		<link>http://www.position-absolute.com/articles/demystifying-jquery-live-and-why-its-generally-faster-than-bind/comment-page-1/#comment-6354</link>
		<dc:creator>nanat</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=2006#comment-6354</guid>
		<description>i have 5 edit menu base on my query when on click edit 1 it consist on of 6 user info, inside my user info i have a plugin called date picker.  even if use .live() function it time 10s to appear my date picker.. can u give any suggestion what would i do? tnx 


					$(&quot;#datepicker&quot;).live(&quot;click&quot;, function(){
						$(this).datepicker({ changeMonth: true, changeYear: true });
						});

</description>
		<content:encoded><![CDATA[<p>i have 5 edit menu base on my query when on click edit 1 it consist on of 6 user info, inside my user info i have a plugin called date picker.  even if use .live() function it time 10s to appear my date picker.. can u give any suggestion what would i do? tnx </p>
<p>					$(&#8220;#datepicker&#8221;).live(&#8220;click&#8221;, function(){<br />
						$(this).datepicker({ changeMonth: true, changeYear: true });<br />
						});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What I Read This Week (jQuery&#8217;s live(), algorithms, IE8 + VPN, Chrome ) &#187; HTML + CSS + JavaScript &#187; Blog Archive</title>
		<link>http://www.position-absolute.com/articles/demystifying-jquery-live-and-why-its-generally-faster-than-bind/comment-page-1/#comment-5109</link>
		<dc:creator>What I Read This Week (jQuery&#8217;s live(), algorithms, IE8 + VPN, Chrome ) &#187; HTML + CSS + JavaScript &#187; Blog Archive</dc:creator>
		<pubDate>Wed, 09 Dec 2009 15:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=2006#comment-5109</guid>
		<description>[...] Demystifying jQuery .live() and why it’s generally faster than .bind() [...]</description>
		<content:encoded><![CDATA[<p>[...] Demystifying jQuery .live() and why it’s generally faster than .bind() [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-12-07 &#171; toonz</title>
		<link>http://www.position-absolute.com/articles/demystifying-jquery-live-and-why-its-generally-faster-than-bind/comment-page-1/#comment-5092</link>
		<dc:creator>links for 2009-12-07 &#171; toonz</dc:creator>
		<pubDate>Mon, 07 Dec 2009 23:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=2006#comment-5092</guid>
		<description>[...] Demystifying jQuery .live() and why it’s generally faster than .bind() « Position Absolute, resou... (tags: jquery tips) [...]</description>
		<content:encoded><![CDATA[<p>[...] Demystifying jQuery .live() and why it’s generally faster than .bind() « Position Absolute, resou&#8230; (tags: jquery tips) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cedric Dugas</title>
		<link>http://www.position-absolute.com/articles/demystifying-jquery-live-and-why-its-generally-faster-than-bind/comment-page-1/#comment-5012</link>
		<dc:creator>Cedric Dugas</dc:creator>
		<pubDate>Thu, 03 Dec 2009 13:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=2006#comment-5012</guid>
		<description>Well using google frame would not give an actual representation of load time on IE, they rarely use Google frame.</description>
		<content:encoded><![CDATA[<p>Well using google frame would not give an actual representation of load time on IE, they rarely use Google frame.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://www.position-absolute.com/articles/demystifying-jquery-live-and-why-its-generally-faster-than-bind/comment-page-1/#comment-5011</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Thu, 03 Dec 2009 13:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=2006#comment-5011</guid>
		<description>You said &quot;It is however impossible to test this in IE because it happens generally in 1 ms&quot;, you can test it with Google Chrome Frame wich adds the Chrome functionalities to Internet Explorer or any browser.</description>
		<content:encoded><![CDATA[<p>You said &#8220;It is however impossible to test this in IE because it happens generally in 1 ms&#8221;, you can test it with Google Chrome Frame wich adds the Chrome functionalities to Internet Explorer or any browser.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

