<?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>Techy Things &#187; html5</title>
	<atom:link href="http://tech.yipp.ca/category/html5/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.yipp.ca</link>
	<description>Just another Yipp.ca Blogs site</description>
	<lastBuildDate>Thu, 01 May 2025 18:06:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Handling input disabled=&quot;disabled&quot; and prop-checked state in HTML5</title>
		<link>http://tech.yipp.ca/html5/handling-input-disableddisabled-prop-checked-state-html5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=handling-input-disableddisabled-prop-checked-state-html5</link>
		<comments>http://tech.yipp.ca/html5/handling-input-disableddisabled-prop-checked-state-html5/#comments</comments>
		<pubDate>Wed, 08 Apr 2015 19:18:35 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1670</guid>
		<description><![CDATA[<p>&#160; Should I use disabled="disabled" or only disabled ? For HTML, &#60;input type="text" disabled="disabled" /&#62; is a safe markup. For HTML5, &#60;input type="text" disabled /&#62; is valid and preferred. How to modify the checkbox state with jQuery :&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="http://tech.yipp.ca/html5/handling-input-disableddisabled-prop-checked-state-html5/">Handling input disabled="disabled" and prop-checked state in HTML5</a> appeared first on <a rel="nofollow" href="http://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Should I use disabled="disabled" or only disabled ?</p>
<ul>
<li>For HTML, <code>&lt;input type="text" disabled="disabled" /&gt;</code> is a safe markup.</li>
<li>For HTML5, <code>&lt;input type="text" disabled /&gt;</code> is valid and preferred.</li>
</ul>
<p>How to modify the checkbox state with jQuery :</p>
<ul>
<li>$(".mySelector").prop("checked", true);</li>
</ul>
<p>How to modify the disabled state with jQuery :</p>
<ul>
<li>$(".mySelector").prop("disabled", true);</li>
</ul>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="http://tech.yipp.ca/html5/handling-input-disableddisabled-prop-checked-state-html5/">Handling input disabled="disabled" and prop-checked state in HTML5</a> appeared first on <a rel="nofollow" href="http://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.yipp.ca/html5/handling-input-disableddisabled-prop-checked-state-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
