<?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>JQuery Property &#8211; Sibeesh Passion</title>
	<atom:link href="https://mail.sibeeshpassion.com/tag/jquery-property/feed/" rel="self" type="application/rss+xml" />
	<link>https://mail.sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Sun, 31 May 2015 13:50:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>/wp-content/uploads/2017/04/Sibeesh_Passion_Logo_Small.png</url>
	<title>JQuery Property &#8211; Sibeesh Passion</title>
	<link>https://mail.sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Make a check box is checked in JQuery</title>
		<link>https://mail.sibeeshpassion.com/make-a-check-box-is-checked-in-jquery/</link>
					<comments>https://mail.sibeeshpassion.com/make-a-check-box-is-checked-in-jquery/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sun, 31 May 2015 13:50:09 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JQuery Checked]]></category>
		<category><![CDATA[JQuery Property]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=3251</guid>

					<description><![CDATA[Make a check box is checked in JQuery. [js] $(&#34;#mapEnableLegend&#34;).prop(&#8216;checked&#8217;,true); [/js] Here mapEnableLegend is my check box ID]]></description>
										<content:encoded><![CDATA[<p>Make a check box is checked in JQuery.<br />
[js]<br />
$(&quot;#mapEnableLegend&quot;).prop(&#8216;checked&#8217;,true);  </p>
<p>[/js]<br />
Here mapEnableLegend is my check box ID</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mail.sibeeshpassion.com/make-a-check-box-is-checked-in-jquery/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Check Whether a check box is checked or not in JQuery</title>
		<link>https://mail.sibeeshpassion.com/check-whether-a-check-box-is-checked-or-not-in-jquery/</link>
					<comments>https://mail.sibeeshpassion.com/check-whether-a-check-box-is-checked-or-not-in-jquery/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sun, 31 May 2015 13:47:46 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JQuery Checked]]></category>
		<category><![CDATA[JQuery Property]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=3221</guid>

					<description><![CDATA[Check Whether a check box is checked or not in JQuery [js] $(&#34;#mapEnableLegend&#34;).prop(&#8216;checked&#8217;) [/js] Here mapEnableLegend is my check box, the above code will return true, if that is checked, or false.]]></description>
										<content:encoded><![CDATA[<p>Check Whether a check box is checked or not in JQuery<br />
[js]<br />
$(&quot;#mapEnableLegend&quot;).prop(&#8216;checked&#8217;)<br />
[/js]<br />
Here mapEnableLegend is my check box, the above code will return true, if that is checked, or false.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mail.sibeeshpassion.com/check-whether-a-check-box-is-checked-or-not-in-jquery/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
