I am facing some strange problem, I am using jQuery formatCurrency
to format currency.
It's working in all browsers but not accurate on iPhone, iPad.
Here is my jQuery code
<script type="text/javascript">
$(document).ready(function(){
$('.itemprize').formatCurrency({colorize:false, region: 'it-IT' });
console.log("Prize Formating");
});
</script>
Here is my html markup:
<span class="itemprize"> 1590000</span>
On the iPhone the currency format like this
all browser the format looks like this
Here is the url where I can download the currency converter plugin