<?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>Writing Something &#187; list</title> <atom:link href="http://www.serdarb.com/tag/list/feed/" rel="self" type="application/rss+xml" /><link>http://www.serdarb.com</link> <description>Serdar's</description> <lastBuildDate>Wed, 21 Dec 2011 12:35:22 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Javascript ile Liste Sıralama</title><link>http://www.serdarb.com/javascript-jquery/javascript-ile-liste-siralama/</link> <comments>http://www.serdarb.com/javascript-jquery/javascript-ile-liste-siralama/#comments</comments> <pubDate>Mon, 27 Apr 2009 13:59:34 +0000</pubDate> <dc:creator>serdar</dc:creator> <category><![CDATA[Javascript - Jquery]]></category> <category><![CDATA[list]]></category> <category><![CDATA[sort]]></category><guid
isPermaLink="false">http://www.serdarb.com/?p=596</guid> <description><![CDATA[javascript normalde liste&#8217;ye string olarak sıralama yapıyor dolayısıyla rakam sıralama istediğiniz gibi çalışmıyor. Sort fonksiyonuna bir karşılaştırma fonksiyonu verirsek integer&#8217;a göre bir sıralama işlemi gerçekleştirebiliyoruz.var liste = [5, 10, 2, 1];
liste.sort()
// noramalde sıralama: [1, 10, 2, 5]
var liste = [5, 10, 2, 1];
liste.sort(cmp);
// cmp fonksiyonu ile sıralama: [1, 2, 5, 10]
function cmp(a, b) {
[...]]]></description> <wfw:commentRss>http://www.serdarb.com/javascript-jquery/javascript-ile-liste-siralama/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.serdarb.com @ 2012-02-07 00:44:49 -->
