<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/javascript/tags/sort</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 13:13:33 GMT</pubDate>
<item>
<title>(JavaScript) Sort list by data- attribute - inreflection7</title>
<link>http://snipplr.com/view/62110/sort-list-by-data-attribute/</link>
<description><![CDATA[ <p>Sorts a list by its 'data-' attribute. Customization is very easy.</p> ]]></description>
<pubDate>Sat, 24 Dec 2011 01:56:19 GMT</pubDate>
<guid>http://snipplr.com/view/62110/sort-list-by-data-attribute/</guid>
</item>
<item>
<title>(JavaScript) bubble sort - eryoav</title>
<link>http://snipplr.com/view/58776/bubble-sort/</link>
<description><![CDATA[ <p>bubble sort</p> ]]></description>
<pubDate>Mon, 19 Sep 2011 01:54:45 GMT</pubDate>
<guid>http://snipplr.com/view/58776/bubble-sort/</guid>
</item>
<item>
<title>(JavaScript) DOJO DataGrid sort only some columns - simondiercks</title>
<link>http://snipplr.com/view/43556/dojo-datagrid-sort-only-some-columns/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 04 Nov 2010 21:11:57 GMT</pubDate>
<guid>http://snipplr.com/view/43556/dojo-datagrid-sort-only-some-columns/</guid>
</item>
<item>
<title>(JavaScript) sort strings (that contain umlauts) - freder</title>
<link>http://snipplr.com/view/40550/sort-strings-that-contain-umlauts/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 16 Sep 2010 05:08:42 GMT</pubDate>
<guid>http://snipplr.com/view/40550/sort-strings-that-contain-umlauts/</guid>
</item>
<item>
<title>(JavaScript) javascript natural sort - mrhoo</title>
<link>http://snipplr.com/view/36012/javascript-natural-sort/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Jun 2010 14:12:05 GMT</pubDate>
<guid>http://snipplr.com/view/36012/javascript-natural-sort/</guid>
</item>
<item>
<title>(JavaScript) Get highest integer from an array - loric</title>
<link>http://snipplr.com/view/35632/get-highest-integer-from-an-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 09 Jun 2010 12:10:14 GMT</pubDate>
<guid>http://snipplr.com/view/35632/get-highest-integer-from-an-array/</guid>
</item>
<item>
<title>(JavaScript) Jquery sort list alphabetically - smashu</title>
<link>http://snipplr.com/view/32821/jquery-sort-list-alphabetically/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 23 Apr 2010 03:45:16 GMT</pubDate>
<guid>http://snipplr.com/view/32821/jquery-sort-list-alphabetically/</guid>
</item>
<item>
<title>(JavaScript) Alphanumeric Sorting - iaian7</title>
<link>http://snipplr.com/view/26867/alphanumeric-sorting/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 22 Jan 2010 13:35:58 GMT</pubDate>
<guid>http://snipplr.com/view/26867/alphanumeric-sorting/</guid>
</item>
<item>
<title>(JavaScript) Sort Gmail Messages By Sender - roryok</title>
<link>http://snipplr.com/view/21960/sort-gmail-messages-by-sender/</link>
<description><![CDATA[ <p>This is based on the [Sort Gmail Messages By Bookmarklet](http://snipplr.com/view/10432/sort-gmail-messages-by-subject/ "Sort Gmail Messages By Bookmarklet - http://snipplr.com/view/10432/sort-gmail-messages-by-subject/")  snippet.


Drag this into your Bookmarks: [SortGmailBySender](javascript:&amp;#40;function&amp;#40;&amp;#41;&amp;#123;function%20f&amp;#40;r&amp;#41;&amp;#123;var%20t=r.getElementsByTagName&amp;#40;&amp;#34;span&amp;#34;&amp;#41;;var%20i;for&amp;#40;i=0;i</p> ]]></description>
<pubDate>Tue, 27 Oct 2009 08:45:05 GMT</pubDate>
<guid>http://snipplr.com/view/21960/sort-gmail-messages-by-sender/</guid>
</item>
<item>
<title>(JavaScript) Sort Gmail Messages by Subject - wizard04</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ <p>This is a very simple bookmarklet that will temporarily sort the *visible* messages in Gmail by subject. You'll have to run it again each time Gmail refreshes the list.

[Sort Gmail Messages](javascript:(function(&amp;#41;{function%20f(r&amp;#41;{var%20t=r.getElementsByTagName(&amp;#34;td&amp;#34;&amp;#41;;var%20d,s;var%20i,j;for(i=0;i</p> ]]></description>
<pubDate>Fri, 12 Dec 2008 11:01:21 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>(JavaScript) Javascript sort table - ginoplusio</title>
<link>http://snipplr.com/view/9852/javascript-sort-table/</link>
<description><![CDATA[ <p>sorting a table through javascript</p> ]]></description>
<pubDate>Mon, 17 Nov 2008 04:37:39 GMT</pubDate>
<guid>http://snipplr.com/view/9852/javascript-sort-table/</guid>
</item>
<item>
<title>(JavaScript) inDOMOrder jQuery Plugin - kouphax</title>
<link>http://snipplr.com/view/8857/indomorder-jquery-plugin/</link>
<description><![CDATA[ <p>jQuery Plugin for returning selected DOM Nodes in DOM order.  e.g. $('img.L,img.Y') will not be guaranteed DOM order (usually all the L's then all the Y's).

Currently only works with IE and FF (that's all I needed).</p> ]]></description>
<pubDate>Mon, 06 Oct 2008 05:37:07 GMT</pubDate>
<guid>http://snipplr.com/view/8857/indomorder-jquery-plugin/</guid>
</item>
<item>
<title>(JavaScript) Sort Element Array by DOM Position - kouphax</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>
<item>
<title>(JavaScript) Sort the OPTIONs in a SELECT menu - noah</title>
<link>http://snipplr.com/view/3265/sort-the-options-in-a-select-menu/</link>
<description><![CDATA[ <p>Author: Clyde Ingram</p> ]]></description>
<pubDate>Tue, 10 Jul 2007 15:46:00 GMT</pubDate>
<guid>http://snipplr.com/view/3265/sort-the-options-in-a-select-menu/</guid>
</item>
<item>
<title>(JavaScript) Sort Dropdown Menu - tylerhall</title>
<link>http://snipplr.com/view/21/sort-dropdown-menu/</link>
<description><![CDATA[ <p>Takes a select box ID and sorts the values - maintains key index pairs.</p> ]]></description>
<pubDate>Wed, 30 Nov -0001 00:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/21/sort-dropdown-menu/</guid>
</item>
</channel>
</rss>