Skip to content

Instantly share code, notes, and snippets.

@rex
Last active December 10, 2015 20:26
Show Gist options
  • Save rex/ce80e1781a22fd1d7c95 to your computer and use it in GitHub Desktop.
Save rex/ce80e1781a22fd1d7c95 to your computer and use it in GitHub Desktop.
Because Dina is a huge PITA
<input type="text" class="js-format-currency" value="12345.00" />
$(function() {
$(".js-format-currency, .js-format-another-field-class, .js-format-yet-another-fucking-class").autoNumeric('init', {
asign: '$'
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment