<?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: jQuery FormatCurrency Plugin</title>
	<atom:link href="http://www.bendewey.com/index.php/27/jquery-formatcurrency-plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bendewey.com/index.php/27/jquery-formatcurrency-plugin</link>
	<description>Father, Developer, Microsoft MVP, Speaker, and Author</description>
	<lastBuildDate>Mon, 18 Mar 2013 16:12:35 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.8.41</generator>
	<item>
		<title>By: Updated jQuery formatCurrency plugin posted on GoogleCode &#171; Ben Dewey &#8211; Leveraging .NET for Appealing UIs</title>
		<link>http://www.bendewey.com/index.php/27/jquery-formatcurrency-plugin/comment-page-1#comment-257</link>
		<dc:creator><![CDATA[Updated jQuery formatCurrency plugin posted on GoogleCode &#171; Ben Dewey &#8211; Leveraging .NET for Appealing UIs]]></dc:creator>
		<pubDate>Fri, 17 Jul 2009 13:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=27#comment-257</guid>
		<description><![CDATA[[...] 26, 2009   Uncategorized Leave a&#160;Comment Tags: jQuery      After receiving some comments on my formatCurrency plugin regarding international support I decided to create an official release of the formatCurrency [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 26, 2009   Uncategorized Leave a&nbsp;Comment Tags: jQuery      After receiving some comments on my formatCurrency plugin regarding international support I decided to create an official release of the formatCurrency [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bendewey</title>
		<link>http://www.bendewey.com/index.php/27/jquery-formatcurrency-plugin/comment-page-1#comment-256</link>
		<dc:creator><![CDATA[bendewey]]></dc:creator>
		<pubDate>Thu, 09 Jul 2009 12:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=27#comment-256</guid>
		<description><![CDATA[Jun,

This is currently an open issue in the issues portion of the google code site.  If you come up with a patch, please send it to me and I&#039;ll update the source code.  Otherwise, I&#039;ll add another comment here when the issue is resolved.

-Ben]]></description>
		<content:encoded><![CDATA[<p>Jun,</p>
<p>This is currently an open issue in the issues portion of the google code site.  If you come up with a patch, please send it to me and I&#8217;ll update the source code.  Otherwise, I&#8217;ll add another comment here when the issue is resolved.</p>
<p>-Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jun</title>
		<link>http://www.bendewey.com/index.php/27/jquery-formatcurrency-plugin/comment-page-1#comment-255</link>
		<dc:creator><![CDATA[Jun]]></dc:creator>
		<pubDate>Thu, 09 Jul 2009 01:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=27#comment-255</guid>
		<description><![CDATA[Hi,

I tried this plugin which is really great, but I found one thing I was not quite sure about, when I was trying to put in 33.80, the result was $33.79 rather than $33.80 I wanted to see.

I am guessing the problem might be with &quot;num = Math.floor(num * 100);&quot; in the source code.

Would you please kindly tell me if there is any way to get it right.

Many thanks,

Jun]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried this plugin which is really great, but I found one thing I was not quite sure about, when I was trying to put in 33.80, the result was $33.79 rather than $33.80 I wanted to see.</p>
<p>I am guessing the problem might be with &#8220;num = Math.floor(num * 100);&#8221; in the source code.</p>
<p>Would you please kindly tell me if there is any way to get it right.</p>
<p>Many thanks,</p>
<p>Jun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: widi</title>
		<link>http://www.bendewey.com/index.php/27/jquery-formatcurrency-plugin/comment-page-1#comment-253</link>
		<dc:creator><![CDATA[widi]]></dc:creator>
		<pubDate>Mon, 08 Jun 2009 22:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=27#comment-253</guid>
		<description><![CDATA[Ok i&#039;ll try this codes, Thanks alot bendewey...]]></description>
		<content:encoded><![CDATA[<p>Ok i&#8217;ll try this codes, Thanks alot bendewey&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bendewey</title>
		<link>http://www.bendewey.com/index.php/27/jquery-formatcurrency-plugin/comment-page-1#comment-244</link>
		<dc:creator><![CDATA[bendewey]]></dc:creator>
		<pubDate>Mon, 08 Jun 2009 14:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=27#comment-244</guid>
		<description><![CDATA[@widi,

First off, you should be using the plugin from google code.  Here is an example of how to convert an item with the same class

[sourcecode language=&#039;jscript&#039;]
&lt;script type=&quot;text/javascript&quot;&gt;
  $(function() {
    $(&#039;.money&#039;).formatCurrency();
  });
&lt;/script&gt;
&lt;div&gt;
  &lt;span class=&quot;money subTotal&quot;&gt;5000&lt;/span&gt;
  &lt;span class=&quot;money total&quot;&gt;10000&lt;/span&gt;
&lt;/div&gt;

[/sourcecode]]]></description>
		<content:encoded><![CDATA[<p>@widi,</p>
<p>First off, you should be using the plugin from google code.  Here is an example of how to convert an item with the same class</p>
<pre class="brush: jscript; title: ; notranslate">
&lt;script type=&quot;text/javascript&quot;&gt;
  $(function() {
    $('.money').formatCurrency();
  });
&lt;/script&gt;
&lt;div&gt;
  &lt;span class=&quot;money subTotal&quot;&gt;5000&lt;/span&gt;
  &lt;span class=&quot;money total&quot;&gt;10000&lt;/span&gt;
&lt;/div&gt;

</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: widi</title>
		<link>http://www.bendewey.com/index.php/27/jquery-formatcurrency-plugin/comment-page-1#comment-252</link>
		<dc:creator><![CDATA[widi]]></dc:creator>
		<pubDate>Sat, 06 Jun 2009 14:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=27#comment-252</guid>
		<description><![CDATA[how to convert each same class..
eg


 Sub Total : 5000
Total : 10000]]></description>
		<content:encoded><![CDATA[<p>how to convert each same class..<br />
eg</p>
<p> Sub Total : 5000<br />
Total : 10000</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bendewey</title>
		<link>http://www.bendewey.com/index.php/27/jquery-formatcurrency-plugin/comment-page-1#comment-251</link>
		<dc:creator><![CDATA[bendewey]]></dc:creator>
		<pubDate>Sun, 24 May 2009 15:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=27#comment-251</guid>
		<description><![CDATA[Thanks for everyones support in this project.  With the recent internationalization discussions I decided to completely overhaul the project.  In the process I&#039;ve added it to the OpenSource GoogleCode http://jquery-formatcurrency.googlecode.com.  I haven&#039;t released it for download yet (you can still get it from SVN), I will create a release shortly.  To accompany the release, I will: Create a new post, update this post, and add it to the jQuery plugin library.]]></description>
		<content:encoded><![CDATA[<p>Thanks for everyones support in this project.  With the recent internationalization discussions I decided to completely overhaul the project.  In the process I&#8217;ve added it to the OpenSource GoogleCode <a href="http://jquery-formatcurrency.googlecode.com" rel="nofollow">http://jquery-formatcurrency.googlecode.com</a>.  I haven&#8217;t released it for download yet (you can still get it from SVN), I will create a release shortly.  To accompany the release, I will: Create a new post, update this post, and add it to the jQuery plugin library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bendewey</title>
		<link>http://www.bendewey.com/index.php/27/jquery-formatcurrency-plugin/comment-page-1#comment-250</link>
		<dc:creator><![CDATA[bendewey]]></dc:creator>
		<pubDate>Sun, 24 May 2009 14:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=27#comment-250</guid>
		<description><![CDATA[@Wim, Thanks.  I&#039;m will be updating this plugin to google code/jQuery plugins very shortly.  This release will fix that bug.]]></description>
		<content:encoded><![CDATA[<p>@Wim, Thanks.  I&#8217;m will be updating this plugin to google code/jQuery plugins very shortly.  This release will fix that bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wim</title>
		<link>http://www.bendewey.com/index.php/27/jquery-formatcurrency-plugin/comment-page-1#comment-249</link>
		<dc:creator><![CDATA[Wim]]></dc:creator>
		<pubDate>Sun, 24 May 2009 11:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=27#comment-249</guid>
		<description><![CDATA[Hey,

On line 14, you replace the dollar sign:
&lt;pre&gt;
num = num.replace(/\$&#124;\,/g, &#039;&#039;);
&lt;/pre&gt;

Shouldnt this be modified to adapt to the settings.symbol value?

Wim]]></description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>On line 14, you replace the dollar sign:</p>
<pre>
num = num.replace(/\$|\,/g, '');
</pre>
<p>Shouldnt this be modified to adapt to the settings.symbol value?</p>
<p>Wim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peti</title>
		<link>http://www.bendewey.com/index.php/27/jquery-formatcurrency-plugin/comment-page-1#comment-248</link>
		<dc:creator><![CDATA[peti]]></dc:creator>
		<pubDate>Wed, 13 May 2009 19:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=27#comment-248</guid>
		<description><![CDATA[Hello


I created a modified version of your plugin.

http://saxxon.org/jquery.formatCurrency.js

Some example:

HTML:
123456789000

[sourcecode language=&#039;jscript&#039;]$(&#039;.currency&#039;).formatCurrency({format:&#039;en&#039;});[/sourcecode]

Result: € 123,456,789,000.00

[sourcecode language=&#039;jscript&#039;]$(&#039;.currency&#039;).formatCurrency({format:&#039;hu&#039;, symbol:&#039;dollar&#039;});[/sourcecode]

Result: 123 456 789 000,00 $

I hope it will usefull others.

-Peti]]></description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>I created a modified version of your plugin.</p>
<p><a href="http://saxxon.org/jquery.formatCurrency.js" rel="nofollow">http://saxxon.org/jquery.formatCurrency.js</a></p>
<p>Some example:</p>
<p>HTML:<br />
123456789000</p>
<pre class="brush: jscript; title: ; notranslate">$('.currency').formatCurrency({format:'en'});</pre>
<p>Result: € 123,456,789,000.00</p>
<pre class="brush: jscript; title: ; notranslate">$('.currency').formatCurrency({format:'hu', symbol:'dollar'});</pre>
<p>Result: 123 456 789 000,00 $</p>
<p>I hope it will usefull others.</p>
<p>-Peti</p>
]]></content:encoded>
	</item>
</channel>
</rss>
