Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Grom 11 posts 91 karma points
    Jun 08, 2017 @ 19:57
    Grom
    0

    masked input plugin or NgMask in back office

    Hi, how use NgMask or masket input in back office for some document property like #phoneText and other ......

    http://candreoliveira.github.io/bower_components/angular-mask/examples/index.html#/

    or http://digitalbush.com/projects/masked-input-plugin/

    <script type="text/javascript">
    jQuery(function($){
       $("#date").mask("99/99/9999");
       $("#phone").mask("(999) 999-9999");
       $("#tin").mask("99-9999999");
       $("#ssn").mask("999-99-9999");
    });
    </script>
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies