<?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"
	>
<channel>
	<title>Comments on: jQuery: Disabled and ReadOnly Inputs</title>
	<atom:link href="http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/feed/" rel="self" type="application/rss+xml" />
	<link>http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/</link>
	<description>Web development, tutorials, video games, papercraft, and technology</description>
	<pubDate>Tue, 06 Jan 2009 08:24:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Mike Rundle</title>
		<link>http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/#comment-2369</link>
		<dc:creator>Mike Rundle</dc:creator>
		<pubDate>Thu, 13 Nov 2008 16:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/#comment-2369</guid>
		<description>Thanks for posting this! I was trying to flip the disabled attribute to "false" but that wasn't doing anything (like I suspected it wouldn't!) What a great and simple solution to just remove it. Duh! Thanks so much!</description>
		<content:encoded><![CDATA[<p>Thanks for posting this! I was trying to flip the disabled attribute to &#8220;false&#8221; but that wasn&#8217;t doing anything (like I suspected it wouldn&#8217;t!) What a great and simple solution to just remove it. Duh! Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yAnTar</title>
		<link>http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/#comment-2322</link>
		<dc:creator>yAnTar</dc:creator>
		<pubDate>Mon, 08 Sep 2008 09:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/#comment-2322</guid>
		<description>Sorry, and this function

$.fn.disable = function() {
return this.each(function() {
if(typeof this.disabled != “undefined”) this.disabled = true;
});
}</description>
		<content:encoded><![CDATA[<p>Sorry, and this function</p>
<p>$.fn.disable = function() {<br />
return this.each(function() {<br />
if(typeof this.disabled != “undefined”) this.disabled = true;<br />
});<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yAnTar</title>
		<link>http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/#comment-2321</link>
		<dc:creator>yAnTar</dc:creator>
		<pubDate>Mon, 08 Sep 2008 09:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/#comment-2321</guid>
		<description>$('#target').attr("disabled", true);  = $('#target').disable();
$('#target').removeAttr("disabled");  = $('#target').disable(false);</description>
		<content:encoded><![CDATA[<p>$(&#8217;#target&#8217;).attr(&#8221;disabled&#8221;, true);  = $(&#8217;#target&#8217;).disable();<br />
$(&#8217;#target&#8217;).removeAttr(&#8221;disabled&#8221;);  = $(&#8217;#target&#8217;).disable(false);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasasti</title>
		<link>http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/#comment-2166</link>
		<dc:creator>prasasti</dc:creator>
		<pubDate>Thu, 05 Jun 2008 03:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/#comment-2166</guid>
		<description>jetlogs. Tanks.4 u help.</description>
		<content:encoded><![CDATA[<p>jetlogs. Tanks.4 u help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jetlogs</title>
		<link>http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/#comment-1961</link>
		<dc:creator>Jetlogs</dc:creator>
		<pubDate>Sat, 01 Mar 2008 16:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/#comment-1961</guid>
		<description>@Mike: Yes, disabled fields don't get sent to the back-end while readonly fields do. So it is very important to know which you would use depending on the situation.</description>
		<content:encoded><![CDATA[<p>@Mike: Yes, disabled fields don&#8217;t get sent to the back-end while readonly fields do. So it is very important to know which you would use depending on the situation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/#comment-1957</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 22 Feb 2008 16:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/#comment-1957</guid>
		<description>Readonly still sends the value in the forms collection during request, though. Disabled does not...these could be important distinctions for server-side code handling.</description>
		<content:encoded><![CDATA[<p>Readonly still sends the value in the forms collection during request, though. Disabled does not&#8230;these could be important distinctions for server-side code handling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paras Jain</title>
		<link>http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/#comment-1948</link>
		<dc:creator>Paras Jain</dc:creator>
		<pubDate>Thu, 14 Feb 2008 16:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/#comment-1948</guid>
		<description>This was of great help. Thank you.</description>
		<content:encoded><![CDATA[<p>This was of great help. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RaMa-NoOb</title>
		<link>http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/#comment-1119</link>
		<dc:creator>RaMa-NoOb</dc:creator>
		<pubDate>Sun, 16 Dec 2007 11:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://jetlogs.org/2007/12/16/jquery-disabled-and-readonly-inputs/#comment-1119</guid>
		<description>wow, are you reading my mind? was gonna ask you about this a few days ago :)) cheers man! you're my fountain of knowledge hahaha</description>
		<content:encoded><![CDATA[<p>wow, are you reading my mind? was gonna ask you about this a few days ago :)) cheers man! you&#8217;re my fountain of knowledge hahaha</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.235 seconds -->
