<?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: Ensure certain elements on a page display in matching heights throughout.	</title>
	<atom:link href="https://tools.belchamber.us/ensure-certain-elements-on-a-page-display-in-matching-heights-throughout/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/ensure-certain-elements-on-a-page-display-in-matching-heights-throughout/</link>
	<description>Aaron Belchamber: AI-Centric Senior Cloud Software Engineer - Jacksonville FL</description>
	<lastBuildDate>Fri, 22 Aug 2014 18:38:33 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Aaron Belchamber		</title>
		<link>https://tools.belchamber.us/ensure-certain-elements-on-a-page-display-in-matching-heights-throughout/#comment-564</link>

		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Fri, 22 Aug 2014 18:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://tools.belchamber.us/cms/?p=43#comment-564</guid>

					<description><![CDATA[check checkbox with specific value ( using jQuery )

To check/uncheck checkbox with specific value using jQuery.

To check checkbox with id lead with &quot;chk_hobby_&quot; and has value = 7 :
?
1
	
$(&quot;#data-form input[id^=&#039;chk_hobby_&#039;][value=7]&quot;).prop(&#039;checked&#039;,true);

To uncheck checkbox with id lead with &quot;chk_hobby_&quot; and has value = 2 :
?
1
	
$(&quot;#data-form input[id^=&#039;chk_hobby_&#039;][value=2]&quot;).prop(&#039;checked&#039;,false);

HTML Sample :
?
1
2
3
4
5
	
Hobby
 Swimming
 Watching Movie
 Bowling
]]></description>
			<content:encoded><![CDATA[<p>check checkbox with specific value ( using jQuery )</p>
<p>To check/uncheck checkbox with specific value using jQuery.</p>
<p>To check checkbox with id lead with &#8220;chk_hobby_&#8221; and has value = 7 :<br />
?<br />
1</p>
<p>$(&#8220;#data-form input[id^=&#8217;chk_hobby_&#8217;][value=7]&#8221;).prop(&#8216;checked&#8217;,true);</p>
<p>To uncheck checkbox with id lead with &#8220;chk_hobby_&#8221; and has value = 2 :<br />
?<br />
1</p>
<p>$(&#8220;#data-form input[id^=&#8217;chk_hobby_&#8217;][value=2]&#8221;).prop(&#8216;checked&#8217;,false);</p>
<p>HTML Sample :<br />
?<br />
1<br />
2<br />
3<br />
4<br />
5</p>
<p>Hobby<br />
 Swimming<br />
 Watching Movie<br />
 Bowling</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
