Skip to content

Instantly share code, notes, and snippets.

@nthock
Created November 14, 2017 15:39
Show Gist options
  • Save nthock/61f4a4f9c674524823f73750a93dbcc7 to your computer and use it in GitHub Desktop.
Save nthock/61f4a4f9c674524823f73750a93dbcc7 to your computer and use it in GitHub Desktop.
money_fields = $('input[data-role=money]');
money_fields.autoNumeric('init', {
aSep: ',',
aDec: '.',
mDec: '0',
vMin: '0',
vMax: '9999999999'
});
// https://github.com/randoum/autonumeric-rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment