<?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 delete &#8211; Sibeesh Passion</title>
	<atom:link href="https://sibeeshpassion.com/tag/jquery-delete/feed/" rel="self" type="application/rss+xml" />
	<link>https://sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Sun, 31 May 2015 14:14:29 +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 delete &#8211; Sibeesh Passion</title>
	<link>https://sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Delete an element from an array in jQuery using the index</title>
		<link>https://sibeeshpassion.com/delete-an-element-from-an-array-in-jquery-using-the-index/</link>
					<comments>https://sibeeshpassion.com/delete-an-element-from-an-array-in-jquery-using-the-index/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sun, 31 May 2015 14:14:29 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[delete array by index]]></category>
		<category><![CDATA[jquery delete]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=3531</guid>

					<description><![CDATA[This will solve you to delete an element from an array in JQuery using the index Consider following is my array [js] localHeaderColumnArray: Array[2] 0: &#34;f&#34; 1: &#34;g&#34; length: 2 [/js] To delete an element [js] delete localHeaderColumnArray[$(this).index()] ; [/js] Since I am using it in a click event of an li, I used $(this).index(). You can change it as [js] delete localHeaderColumnArray[$(this).index()] ; [/js]]]></description>
										<content:encoded><![CDATA[<p>This will solve you to delete an element from an array in JQuery using the index</p>
<p>Consider following is my array<br />
[js]<br />
localHeaderColumnArray: Array[2]<br />
0: &quot;f&quot;<br />
1: &quot;g&quot;<br />
length: 2<br />
[/js]</p>
<p>To delete an element<br />
[js]<br />
delete localHeaderColumnArray[$(this).index()] ;<br />
[/js]<br />
Since I am using it in a click event of an li, I used $(this).index(). You can change it as<br />
[js]<br />
delete localHeaderColumnArray[$(this).index()] ;<br />
[/js]</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sibeeshpassion.com/delete-an-element-from-an-array-in-jquery-using-the-index/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
