Skip to content

priceToFloat error value when changed centsSeparator and thousandsSeparator #64

@paulop

Description

@paulop
$("#amount").priceFormat({
	prefix: "R$ ",
	centsSeparator: ",",
	thousandsSeparator: "."
});

alert($('#amount').priceToFloat() );

using this code priceToFloat() return a wrong value.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions