An object with properties. The value of each property is either the value directly, or a function that returns the value.
For example, it is possible to pass options to autoNumeric likes this:
$.autoNumeric({ // Decimal separator aDec: ",", // Unit aSign: function() { return " kg"; }}); Copy
$.autoNumeric({ // Decimal separator aDec: ",", // Unit aSign: function() { return " kg"; }});
An object with properties. The value of each property is either the value directly, or a function that returns the value.
For example, it is possible to pass options to autoNumeric likes this: