• to make more usable in the US a few more fields from the following list:

    $(‘span.start, input.start’).mask(’00/0000′);
    $(‘span.time, input.time’).mask(’00:00′);
    $(‘input.taxid’).mask(’00-0000000′);
    $(‘input.ssn’).mask(‘000-00-0000’);
    $(‘input.zip’).mask(‘00000’);
    $(‘input.phone_us’).mask(‘(000) 000-0000’);
    $(‘input.money’).mask(‘$0,000,000’, {reverse: true});
    $(‘input.money2’).mask(“#,##0”, {reverse: true});
    $(‘input.percent’).mask(‘990.0%’, {reverse: true});

    Thank you for your quick update. To make it even more practical, please consider adding the following masks to the default list:

    date_time2 for making appointments: mm/dd/yyyy hh:mm (no need for seconds);
    money5 for larger amounts of US dollars: $###,###,##0 (no need for cents);
    percent5 for use in estimates: 9,990% (no need for partial %);

    • This topic was modified 3 years, 3 months ago by 925376rv.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘US Fields’ is closed to new replies.