<?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: How to remove a specific value from a javascript array</title>
	<atom:link href="http://briancray.com/2009/09/30/remove-value-javascript-array/feed/" rel="self" type="application/rss+xml" />
	<link>http://briancray.com/2009/09/30/remove-value-javascript-array/</link>
	<description>User Experience Design, Web Development, and Internet Marketing</description>
	<lastBuildDate>Sun, 15 Jan 2012 00:45:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
		<item>
		<title>By: Brian Cray</title>
		<link>http://briancray.com/2009/09/30/remove-value-javascript-array/#comment-29464</link>
		<dc:creator>Brian Cray</dc:creator>
		<pubDate>Mon, 05 Oct 2009 21:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=1311#comment-29464</guid>
		<description>Lukemh: Not everybody knows this combination will result in what it does. How many times have you search Google for a piece of code that did one particular thing?

Jaya: You&#039;re right. Updated.</description>
		<content:encoded><![CDATA[<p>Lukemh: Not everybody knows this combination will result in what it does. How many times have you search Google for a piece of code that did one particular thing?</p>
<p>Jaya: You&#8217;re right. Updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayaprakash</title>
		<link>http://briancray.com/2009/09/30/remove-value-javascript-array/#comment-29450</link>
		<dc:creator>Jayaprakash</dc:creator>
		<pubDate>Mon, 05 Oct 2009 04:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=1311#comment-29450</guid>
		<description>Brian, it would be better if you update the original code with the changes pointed out by James. I mean show the code to integrate the indexOf method in Array object.

As pointed out the original script will not work in IE environment without this modification.</description>
		<content:encoded><![CDATA[<p>Brian, it would be better if you update the original code with the changes pointed out by James. I mean show the code to integrate the indexOf method in Array object.</p>
<p>As pointed out the original script will not work in IE environment without this modification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lukemh</title>
		<link>http://briancray.com/2009/09/30/remove-value-javascript-array/#comment-29449</link>
		<dc:creator>lukemh</dc:creator>
		<pubDate>Mon, 05 Oct 2009 02:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=1311#comment-29449</guid>
		<description>*splice</description>
		<content:encoded><![CDATA[<p>*splice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lukemh</title>
		<link>http://briancray.com/2009/09/30/remove-value-javascript-array/#comment-29448</link>
		<dc:creator>lukemh</dc:creator>
		<pubDate>Mon, 05 Oct 2009 02:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=1311#comment-29448</guid>
		<description>how is this new? all you did is use slice?</description>
		<content:encoded><![CDATA[<p>how is this new? all you did is use slice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Cray</title>
		<link>http://briancray.com/2009/09/30/remove-value-javascript-array/#comment-29444</link>
		<dc:creator>Brian Cray</dc:creator>
		<pubDate>Sun, 04 Oct 2009 15:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=1311#comment-29444</guid>
		<description>James, thanks for the awesome link! Definitely good piece of code to have for backwards support! Really, thanks!</description>
		<content:encoded><![CDATA[<p>James, thanks for the awesome link! Definitely good piece of code to have for backwards support! Really, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://briancray.com/2009/09/30/remove-value-javascript-array/#comment-29416</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 03 Oct 2009 09:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=1311#comment-29416</guid>
		<description>The indexOf method is not supported everywhere, at least not for arrays. To fix this you can simply roll your own one, see: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference:Objects:Array:indexOf</description>
		<content:encoded><![CDATA[<p>The indexOf method is not supported everywhere, at least not for arrays. To fix this you can simply roll your own one, see: <a href="https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference:Objects:Array:indexOf" rel="nofollow">https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference:Objects:Array:indexOf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Cray</title>
		<link>http://briancray.com/2009/09/30/remove-value-javascript-array/#comment-29404</link>
		<dc:creator>Brian Cray</dc:creator>
		<pubDate>Fri, 02 Oct 2009 22:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=1311#comment-29404</guid>
		<description>David: Very good point!

Anthony: Interesting... which version of IE?</description>
		<content:encoded><![CDATA[<p>David: Very good point!</p>
<p>Anthony: Interesting&#8230; which version of IE?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anthony</title>
		<link>http://briancray.com/2009/09/30/remove-value-javascript-array/#comment-29398</link>
		<dc:creator>anthony</dc:creator>
		<pubDate>Fri, 02 Oct 2009 18:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=1311#comment-29398</guid>
		<description>This doesnt seem to work in IE.  Arrays dont seem to have an indexOf function.</description>
		<content:encoded><![CDATA[<p>This doesnt seem to work in IE.  Arrays dont seem to have an indexOf function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://briancray.com/2009/09/30/remove-value-javascript-array/#comment-29395</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 02 Oct 2009 17:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=1311#comment-29395</guid>
		<description>Keep in mind if you pass a value_to_remove that is NOT in the array, then you will remove the last one.</description>
		<content:encoded><![CDATA[<p>Keep in mind if you pass a value_to_remove that is NOT in the array, then you will remove the last one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Cray</title>
		<link>http://briancray.com/2009/09/30/remove-value-javascript-array/#comment-29387</link>
		<dc:creator>Brian Cray</dc:creator>
		<pubDate>Thu, 01 Oct 2009 12:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=1311#comment-29387</guid>
		<description>Thanks guys!</description>
		<content:encoded><![CDATA[<p>Thanks guys!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

