<?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 Find &#8211; Sibeesh Passion</title>
	<atom:link href="https://www.sibeeshpassion.com/tag/jquery-find/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Sun, 31 May 2015 13:39:43 +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 Find &#8211; Sibeesh Passion</title>
	<link>https://www.sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Find and set checked true and call click event dynamically</title>
		<link>https://www.sibeeshpassion.com/find-and-set-checked-true-and-call-click-event-dynamically/</link>
					<comments>https://www.sibeeshpassion.com/find-and-set-checked-true-and-call-click-event-dynamically/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sun, 31 May 2015 13:39:43 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JQuery Click]]></category>
		<category><![CDATA[JQuery Find]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=3151</guid>

					<description><![CDATA[Find and set checked true and call click event dynamically. [js] var liIndex = 6; $(&#34;.containerul li:nth-child(&#34; + liIndex + &#34;)&#34;).find(&#34;.boxcheckbox&#34;).prop(&#8216;checked&#8217;, true); $(&#34;.containerul li:nth-child(&#34; + liIndex + &#34;)&#34;).find(&#34;.boxcheckbox&#34;).click(); [/js] here boxcheckbox is the class name of my check box.]]></description>
										<content:encoded><![CDATA[<p>Find and set checked true and call click event dynamically.<br />
[js]<br />
var liIndex = 6;<br />
$(&quot;.containerul li:nth-child(&quot; + liIndex + &quot;)&quot;).find(&quot;.boxcheckbox&quot;).prop(&#8216;checked&#8217;, true);<br />
$(&quot;.containerul li:nth-child(&quot; + liIndex + &quot;)&quot;).find(&quot;.boxcheckbox&quot;).click();<br />
  [/js]<br />
here boxcheckbox is the class name of my check box.  </p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sibeeshpassion.com/find-and-set-checked-true-and-call-click-event-dynamically/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
