<?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: .live()</title>
	<atom:link href="http://api.jquery.com/live/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.jquery.com/live/</link>
	<description>jQuery API Reference</description>
	<lastBuildDate>Tue, 16 Mar 2010 19:35:20 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Karl Swedberg</title>
		<link>http://api.jquery.com/live/comment-page-1/#comment-1716</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Mon, 15 Mar 2010 22:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=424#comment-1716</guid>
		<description>All of them are supported now.&lt;br&gt;&lt;br&gt;        * As of jQuery 1.4 the .live() method supports custom events as well as all JavaScript events. As of jQuery 1.4.1 even focus and blur work with live (mapping to the more appropriate, bubbling, events focusin and focusout).&lt;br&gt;        * As of jQuery 1.4.1 the hover event can be specified (mapping to &quot;mouseenter mouseleave&quot;).</description>
		<content:encoded><![CDATA[<p>All of them are supported now.</p>
<p>        * As of jQuery 1.4 the .live() method supports custom events as well as all JavaScript events. As of jQuery 1.4.1 even focus and blur work with live (mapping to the more appropriate, bubbling, events focusin and focusout).<br />        * As of jQuery 1.4.1 the hover event can be specified (mapping to &#8220;mouseenter mouseleave&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wuwu</title>
		<link>http://api.jquery.com/live/comment-page-1/#comment-1701</link>
		<dc:creator>Wuwu</dc:creator>
		<pubDate>Mon, 15 Mar 2010 13:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=424#comment-1701</guid>
		<description>Im missing a clear list of all supported events.</description>
		<content:encoded><![CDATA[<p>Im missing a clear list of all supported events.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deer421</title>
		<link>http://api.jquery.com/live/comment-page-1/#comment-1698</link>
		<dc:creator>deer421</dc:creator>
		<pubDate>Mon, 15 Mar 2010 09:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=424#comment-1698</guid>
		<description>Yet, &lt;a href=&quot;http://api.jquery.com/jquery/#selector-context&quot; rel=&quot;nofollow&quot;&gt;http://api.jquery.com/jquery/#selector-context&lt;/a&gt; says:&lt;br&gt;&lt;br&gt;&quot;Internally, selector context is implemented with the .find()  method, so $(&#039;span&#039;, this) is equivalent to $(this).find(&#039;span&#039;).&quot;</description>
		<content:encoded><![CDATA[<p>Yet, <a href="http://api.jquery.com/jquery/#selector-context" rel="nofollow">http://api.jquery.com/jquery/#selector-context</a> says:</p>
<p>&#8220;Internally, selector context is implemented with the .find()  method, so $(&#39;span&#39;, this) is equivalent to $(this).find(&#39;span&#39;).&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://api.jquery.com/live/comment-page-1/#comment-1690</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Mon, 15 Mar 2010 00:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=424#comment-1690</guid>
		<description>Sorry, but you&#039;re still wrong. Above you&#039;ll find that one of the caveats says this:&lt;br&gt;&quot;DOM traversal methods are not fully supported for finding elements to send to .live(). Rather, the .live() method should always be called directly after a selector, as in the example above.&quot;</description>
		<content:encoded><![CDATA[<p>Sorry, but you&#39;re still wrong. Above you&#39;ll find that one of the caveats says this:<br />&#8220;DOM traversal methods are not fully supported for finding elements to send to .live(). Rather, the .live() method should always be called directly after a selector, as in the example above.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://api.jquery.com/live/comment-page-1/#comment-1689</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Mon, 15 Mar 2010 00:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=424#comment-1689</guid>
		<description>Sorry, but you&#039;re still wrong. Above you&#039;ll find that one of the caveats says this:&lt;br&gt;&quot;DOM traversal methods are not fully supported for finding elements to send to .live(). Rather, the .live() method should always be called directly after a selector, as in the example above.&quot;</description>
		<content:encoded><![CDATA[<p>Sorry, but you&#39;re still wrong. Above you&#39;ll find that one of the caveats says this:<br />&#8220;DOM traversal methods are not fully supported for finding elements to send to .live(). Rather, the .live() method should always be called directly after a selector, as in the example above.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dpbldr</title>
		<link>http://api.jquery.com/live/comment-page-1/#comment-1671</link>
		<dc:creator>dpbldr</dc:creator>
		<pubDate>Sun, 14 Mar 2010 13:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=424#comment-1671</guid>
		<description>I had the same thing and it appears to be working by using &lt;br&gt;$(&#039;#datepicker&#039;).live(&#039;mouseover&#039;, function(){&lt;br&gt;    $(this).datepicker();&lt;br&gt;})</description>
		<content:encoded><![CDATA[<p>I had the same thing and it appears to be working by using <br />$(&#39;#datepicker&#39;).live(&#39;mouseover&#39;, function(){<br />    $(this).datepicker();<br />})</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: landonspringer</title>
		<link>http://api.jquery.com/live/comment-page-1/#comment-1656</link>
		<dc:creator>landonspringer</dc:creator>
		<pubDate>Sat, 13 Mar 2010 23:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=424#comment-1656</guid>
		<description>Hopefully this will save someone the 30 minutes it cost me...&lt;br&gt;&lt;br&gt;The .live() function will stop propagation if you return false, but this won&#039;t work for other bindings on $(document). You have to e.stopImmediatePropagation() to prevent other bindings on $(document) from firing. Example:&lt;br&gt;&lt;br&gt;$(document).bind(&#039;click&#039;, function() {&lt;br&gt;    alert(&#039;document clicked&#039;);&lt;br&gt;});&lt;br&gt;&lt;br&gt;$(&#039;.some-selector&#039;).live(&#039;click&#039;, function(e) {&lt;br&gt;    e.stopImmediatePropagation();&lt;br&gt;    return false;&lt;br&gt;});</description>
		<content:encoded><![CDATA[<p>Hopefully this will save someone the 30 minutes it cost me&#8230;</p>
<p>The .live() function will stop propagation if you return false, but this won&#39;t work for other bindings on $(document). You have to e.stopImmediatePropagation() to prevent other bindings on $(document) from firing. Example:</p>
<p>$(document).bind(&#39;click&#39;, function() {<br />    alert(&#39;document clicked&#39;);<br />});</p>
<p>$(&#39;.some-selector&#39;).live(&#39;click&#39;, function(e) {<br />    e.stopImmediatePropagation();<br />    return false;<br />});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remus</title>
		<link>http://api.jquery.com/live/comment-page-1/#comment-666</link>
		<dc:creator>Remus</dc:creator>
		<pubDate>Mon, 01 Feb 2010 21:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=424#comment-666</guid>
		<description>When using live() with the &quot;change&quot; event, if the initial value of the element bound to is nothing (element is empty) and you type in a value, the event does not trigger as it should. It only triggers if there is an initial value in there or if the value is changing (duh!) but not when the value is empty and you put a value in for the first time.&lt;br&gt;&lt;br&gt;Is this a bug or should I use a different event to capture even the first &quot;change&quot;, from empty to a non-empty value?</description>
		<content:encoded><![CDATA[<p>When using live() with the &#8220;change&#8221; event, if the initial value of the element bound to is nothing (element is empty) and you type in a value, the event does not trigger as it should. It only triggers if there is an initial value in there or if the value is changing (duh!) but not when the value is empty and you put a value in for the first time.</p>
<p>Is this a bug or should I use a different event to capture even the first &#8220;change&#8221;, from empty to a non-empty value?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buymeasoda</title>
		<link>http://api.jquery.com/live/comment-page-1/#comment-645</link>
		<dc:creator>buymeasoda</dc:creator>
		<pubDate>Mon, 01 Feb 2010 04:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=424#comment-645</guid>
		<description>Hi,&lt;br&gt;&lt;br&gt;Could you please update the docs and examples to include details of the new ability to use a context with the live() event.&lt;br&gt;&lt;br&gt;It was mentioned in the release notes during 14 days of jQuery, but I can&#039;t see it presented here in any detail.&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://jquery14.com/day-01/jquery-14&quot; rel=&quot;nofollow&quot;&gt;http://jquery14.com/day-01/jquery-14&lt;/a&gt;&lt;br&gt;&lt;br&gt;live/die now work with context (Commit)&lt;br&gt;&lt;br&gt;You can now specify a context to the selector that will be used to bind a live event. If you do, only elements under that context will be bound. While the elements themselves do not need to exist when you create the live event, the context must exist.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Could you please update the docs and examples to include details of the new ability to use a context with the live() event.</p>
<p>It was mentioned in the release notes during 14 days of jQuery, but I can&#39;t see it presented here in any detail.</p>
<p>From: <a href="http://jquery14.com/day-01/jquery-14" rel="nofollow">http://jquery14.com/day-01/jquery-14</a></p>
<p>live/die now work with context (Commit)</p>
<p>You can now specify a context to the selector that will be used to bind a live event. If you do, only elements under that context will be bound. While the elements themselves do not need to exist when you create the live event, the context must exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Parman</title>
		<link>http://api.jquery.com/live/comment-page-1/#comment-142</link>
		<dc:creator>Ryan Parman</dc:creator>
		<pubDate>Thu, 14 Jan 2010 23:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=424#comment-142</guid>
		<description>What arguments are passed back to the callback handler? In JQuery it seemed to be event and selector, but in 1.4 it seems to only be event, where selector is available by digging around.</description>
		<content:encoded><![CDATA[<p>What arguments are passed back to the callback handler? In JQuery it seemed to be event and selector, but in 1.4 it seems to only be event, where selector is available by digging around.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
