<?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>Find second last li in jquery &#8211; Sibeesh Passion</title>
	<atom:link href="https://sibeeshpassion.com/tag/find-second-last-li-in-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>https://sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Thu, 01 Oct 2015 09:24:34 +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>Find second last li in jquery &#8211; Sibeesh Passion</title>
	<link>https://sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Find the Second Last Element In JQuery</title>
		<link>https://sibeeshpassion.com/find-the-second-last-element-in-jquery/</link>
					<comments>https://sibeeshpassion.com/find-the-second-last-element-in-jquery/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Thu, 01 Oct 2015 09:24:34 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[Find second last li in jquery]]></category>
		<category><![CDATA[Find the Second Last Element In JQuery]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=10749</guid>

					<description><![CDATA[In this post we will see how we can find the second last element from a collection using JQuery collection. [js] $(&#8216;#columnsList li:nth-last-child(2)&#8217;); [/js] Here columnsList is the ID of our element which has the collection. In my case I am having li as inner elements. Please see my other posts related to JQuery here: JQuery Posts Kindest Regards Sibeesh Venu]]></description>
										<content:encoded><![CDATA[<p>In this post we will see how we can find the second last element from a collection using <a href="http://sibeeshpassion.com/category/jquery/" target="_blank">JQuery </a>collection. </p>
<p>[js]<br />
$(&#8216;#columnsList li:nth-last-child(2)&#8217;);<br />
[/js]</p>
<p>Here <em>columnsList </em>is the ID of our element which has the collection. In my case I am having li as inner elements.</p>
<p>Please see my other posts related to JQuery here: <a href="http://sibeeshpassion.com/tag/jquery/" target="_blank">JQuery Posts</a></p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sibeeshpassion.com/find-the-second-last-element-in-jquery/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
