<?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: .change()</title>
	<atom:link href="http://api.jquery.com/change/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.jquery.com/change/</link>
	<description>jQuery API Reference</description>
	<lastBuildDate>Fri, 19 Aug 2011 09:06:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Raximus</title>
		<link>http://api.jquery.com/change/comment-page-1/#comment-8715</link>
		<dc:creator>Raximus</dc:creator>
		<pubDate>Mon, 31 Jan 2011 05:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=475#comment-8715</guid>
		<description>So, your&#039;e saying that when using radio buttons, the first one just changes when you click a new one? That&#039;s about the concept of radio buttons. Use checkboxes if you want more than one to be tickable.</description>
		<content:encoded><![CDATA[<p>So, your&#39;e saying that when using radio buttons, the first one just changes when you click a new one? That&#39;s about the concept of radio buttons. Use checkboxes if you want more than one to be tickable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitt</title>
		<link>http://api.jquery.com/change/comment-page-1/#comment-8572</link>
		<dc:creator>mitt</dc:creator>
		<pubDate>Mon, 24 Jan 2011 23:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=475#comment-8572</guid>
		<description>The change event doesn&#039;t fire on radio button when another radio button form this group is clicked, thus the value of first one is in fact changed. Is there any know workaround?</description>
		<content:encoded><![CDATA[<p>The change event doesn&#39;t fire on radio button when another radio button form this group is clicked, thus the value of first one is in fact changed. Is there any know workaround?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rutger</title>
		<link>http://api.jquery.com/change/comment-page-1/#comment-8364</link>
		<dc:creator>Rutger</dc:creator>
		<pubDate>Sat, 15 Jan 2011 20:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=475#comment-8364</guid>
		<description>You can use #textfield.live(&#039;change&#039;, function(event) { }); &lt;br&gt;&lt;br&gt;That will run when the textfield is left (ex when pressing the enter key or clicking somewhere else)</description>
		<content:encoded><![CDATA[<p>You can use #textfield.live(&#39;change&#39;, function(event) { }); </p>
<p>That will run when the textfield is left (ex when pressing the enter key or clicking somewhere else)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cao</title>
		<link>http://api.jquery.com/change/comment-page-1/#comment-8357</link>
		<dc:creator>Cao</dc:creator>
		<pubDate>Sat, 15 Jan 2011 07:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=475#comment-8357</guid>
		<description>how can i do convert from array text and trim it in to string t valid ?&lt;br&gt;Help plz</description>
		<content:encoded><![CDATA[<p>how can i do convert from array text and trim it in to string t valid ?<br />Help plz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ucupumar</title>
		<link>http://api.jquery.com/change/comment-page-1/#comment-8235</link>
		<dc:creator>ucupumar</dc:creator>
		<pubDate>Mon, 10 Jan 2011 21:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=475#comment-8235</guid>
		<description>jquery rockss!!</description>
		<content:encoded><![CDATA[<p>jquery rockss!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://api.jquery.com/change/comment-page-1/#comment-8211</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 09 Jan 2011 01:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=475#comment-8211</guid>
		<description>try onpaste&lt;br&gt;not documented byt works</description>
		<content:encoded><![CDATA[<p>try onpaste<br />not documented byt works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Carbis</title>
		<link>http://api.jquery.com/change/comment-page-1/#comment-8188</link>
		<dc:creator>Luke Carbis</dc:creator>
		<pubDate>Fri, 07 Jan 2011 15:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=475#comment-8188</guid>
		<description>I have the same problem - how do I detect a change event when a user is using a dictate program to input text into a textarea? The change, keyup and click events aren&#039;t fired.</description>
		<content:encoded><![CDATA[<p>I have the same problem &#8211; how do I detect a change event when a user is using a dictate program to input text into a textarea? The change, keyup and click events aren&#39;t fired.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fake Truth</title>
		<link>http://api.jquery.com/change/comment-page-1/#comment-8135</link>
		<dc:creator>Fake Truth</dc:creator>
		<pubDate>Wed, 05 Jan 2011 13:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=475#comment-8135</guid>
		<description>How to detect changing of a text field when user inserts a text from the clipboard using mouse (trackpad)? &#039;change&#039;, &#039;keyup&#039;, &#039;click&#039; events are not fired in this case.&lt;br&gt;How it is done on Twiiter?</description>
		<content:encoded><![CDATA[<p>How to detect changing of a text field when user inserts a text from the clipboard using mouse (trackpad)? &#39;change&#39;, &#39;keyup&#39;, &#39;click&#39; events are not fired in this case.<br />How it is done on Twiiter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zgfjlzm</title>
		<link>http://api.jquery.com/change/comment-page-1/#comment-8039</link>
		<dc:creator>Zgfjlzm</dc:creator>
		<pubDate>Thu, 30 Dec 2010 10:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=475#comment-8039</guid>
		<description>Is very good！！</description>
		<content:encoded><![CDATA[<p>Is very good！！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zgfjlzm</title>
		<link>http://api.jquery.com/change/comment-page-1/#comment-7841</link>
		<dc:creator>Zgfjlzm</dc:creator>
		<pubDate>Thu, 30 Dec 2010 02:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=475#comment-7841</guid>
		<description>Is very good！！</description>
		<content:encoded><![CDATA[<p>Is very good！！</p>
]]></content:encoded>
	</item>
</channel>
</rss>

