Skip to content

Instantly share code, notes, and snippets.

@Bewitchedyegor
Created October 12, 2017 15:07
Show Gist options
  • Save Bewitchedyegor/07d82da10256634c7a04f7598b6075b0 to your computer and use it in GitHub Desktop.
Save Bewitchedyegor/07d82da10256634c7a04f7598b6075b0 to your computer and use it in GitHub Desktop.
Money input mask based on jQuery-Mask-Plugin
$('#price_per_item, #price_per_item2').length) {
$('#price_per_item, #price_per_item2').mask('000 000 000,00₴', {reverse: true}
);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment