Price plugin (Brazilian currency)


/ Published in: jQuery
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $("#example2").priceFormat({
  2. prefix: 'R$ ',
  3. centsSeparator: ',',
  4. thousandsSeparator: '.'
  5. });

URL: http://www.pinceladasdaweb.com.br/blog/2009/01/22/jquery-price-plugin/

Report this snippet


Comments


You need to login to view comments.