06-06-2019, 10:19 PM
(06-03-2019, 03:06 PM)Jose Nilton Pace Wrote: Hi Luiz, in this page https://github.com/plentz/jquery-maskmoney:Thank you,
Return a float value (ex.: 'R$ 1.234,56' => 1234.56). PS: If you have only one input field, you should use this way, since it will always return an array.Code:.maskMoney('unmasked')
Code:.maskMoney('unmasked')[0]
I am using it now.