Last active
December 10, 2015 20:26
-
-
Save rex/ce80e1781a22fd1d7c95 to your computer and use it in GitHub Desktop.
Because Dina is a huge PITA
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input type="text" class="js-format-currency" value="12345.00" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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