<?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>Codrops &#187; pretty</title>
	<atom:link href="http://tympanus.net/codrops/tag/pretty/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops</link>
	<description>Useful resources and inspiration for creative minds</description>
	<lastBuildDate>Mon, 06 Feb 2012 07:30:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PrettyNumber &#8211; A jQuery Plugin for Formatting Numbers</title>
		<link>http://tympanus.net/codrops/2010/01/03/prettynumber-a-jquery-plugin-for-formatting-numbers/</link>
		<comments>http://tympanus.net/codrops/2010/01/03/prettynumber-a-jquery-plugin-for-formatting-numbers/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 19:20:32 +0000</pubDate>
		<dc:creator>cody</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[commas]]></category>
		<category><![CDATA[dots]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[pretty]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1086</guid>
		<description><![CDATA[Here&#8217;s a jQuery plugin that transforms a number into a human readable format. This plugin formats a number like 23454321234 into 23.454.321.234 . You can use different delimiters like the comma, dot, space or anything you specify in the plugin. Here are some examples of how to call the plugin: &#60;div id="number1"&#62;1234567123672&#60;/div&#62; &#60;div id="number2"&#62;12345622237123672&#60;/div&#62; a) [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1094" title="prettyNumber" src="http://tympanus.net/codrops/wp-content/uploads/2010/01/prettyNumber.png" alt="prettyNumber" width="500" height="400" /></p>
<p>Here&#8217;s a jQuery plugin that transforms a number into a human readable format. This plugin formats a number like <strong>23454321234</strong> into <strong>23.454.321.234</strong> . You can use different delimiters like the comma, dot, space or anything you specify in the plugin.</p>
<p>Here are some examples of how to call the plugin:</p>
<p><code>&lt;div id="number1"&gt;1234567123672&lt;/div&gt;<br />
&lt;div id="number2"&gt;12345622237123672&lt;/div&gt;</code></p>
<p>a)</p>
<p><code>$("#number1").prettynumber();<br />
//it would output 1.234.567.123.672<br />
</code></p>
<p>b)</p>
<p><code>$("#number2").prettynumber({<br />
delimiter       :   ','<br />
});<br />
//it would output 12,345,622,237,123,672<br />
</code></p>
<p><a class="download" href="http://tympanus.net/prettynumber/jquery.prettynumber.zip">Download source</a></p>
<p><div id="bsap_1266918" class="bsarocks bsap_af25dfd2f1908889af7a1aa5f4dcbd9e"></div><div style="clear:both;"></div><br />
<br/><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2010/01/03/prettynumber-a-jquery-plugin-for-formatting-numbers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  tympanus.net/codrops/tag/pretty/feed/ ) in 0.20604 seconds, on Feb 7th, 2012 at 12:18 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 7th, 2012 at 1:18 pm UTC -->
