sansanbgl / jquery-formatcurrency

Automatically exported from code.google.com/p/jquery-formatcurrency
GNU General Public License v3.0
0 stars 0 forks source link

formatting Currency in multiple rows does not reflect beyond 1st row #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. formatted result (multi-row) currency with <span> option
2.
3.

What is the expected output? What do you see instead?
Each of the row should reflect the currency in the default format

What version of the product are you using? On what operating system?
1.0.0

Please provide any additional information below.

Original issue reported on code.google.com by hemanth....@gmail.com on 23 Jul 2009 at 9:06

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I got the same problem.

My solution: $('.ExampleClass').each( function(i){ $(this).formatCurrency(); });

Original comment by kremer....@gmail.com on 6 Oct 2009 at 3:20

GoogleCodeExporter commented 8 years ago
Fixed in v1.1 thanks for reporting

Original comment by bdewe...@hotmail.com on 29 Oct 2009 at 7:38

GoogleCodeExporter commented 8 years ago

Original comment by bdewe...@hotmail.com on 28 Nov 2009 at 3:13