<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - kouphax</title>
<link>http://snipplr.com/users/kouphax/tags/array</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 11:31:33 GMT</pubDate>
<item>
<title>(JavaScript) Array Remove Function</title>
<link>http://snipplr.com/view/9076/array-remove-function/</link>
<description><![CDATA[ <p>remove(array) --> array

Array.remove(a) simply removes all the items in the passed in array from the current scope array.  Good for bulk operations.</p> ]]></description>
<pubDate>Fri, 17 Oct 2008 08:38:14 GMT</pubDate>
<guid>http://snipplr.com/view/9076/array-remove-function/</guid>
</item>
<item>
<title>(JavaScript) Sort Element Array by DOM Position</title>
<link>http://snipplr.com/view/8763/sort-element-array-by-dom-position/</link>
<description><![CDATA[ <p>This function will sort an array of DOM elements in order of the DOM position.  Useful when using calls such as $$("img.L,img.M") which doesn;t return a sorted element array.

It uses prototype but you can replace the Prototype.Browser stuff with anything else.</p> ]]></description>
<pubDate>Thu, 02 Oct 2008 05:02:12 GMT</pubDate>
<guid>http://snipplr.com/view/8763/sort-element-array-by-dom-position/</guid>
</item>
</channel>
</rss>