zoukankan      html  css  js  c++  java
  • jQuery Mask

    <script type="text/javascript" src="/assets/mask/jquery.mask.min.js"></script>

    $(document)
      .ready(
        function() {

              $('.phone_with_ddd').mask('(00) 0000-0000');

              $('.cep').mask('00.000-000');

              $('.ddmmyyyy').mask('00/00/0000');
            $('.mmyyyy').mask('00/0000');
            $('.cpf').mask('00000000000');

          ....

            });

    <td><input id="ebanx_credit_phone" type="text" placeholder="(00) 0000-0000" class="phone_with_ddd" maxlength="14" autocomplete="off" name="ebanx_credit_phone"></td>

    自由之思想,独立之意志
  • 相关阅读:
    Matrix
    Color the ball
    Coupons
    密码箱
    Milking Grid
    Substrings
    亲和串
    Jzzhu and Cities
    transition多个属性同时渐变(left/top)
    CSS3提供的transition动画
  • 原文地址:https://www.cnblogs.com/barfoo/p/3929229.html
Copyright © 2011-2022 走看看