1.0.5 • Published 3 years ago

inputmask.phone v1.0.5

Weekly downloads
118
License
MIT
Repository
github
Last release
3 years ago

inputmask.phone

Phone alias for Inputmask

In the inputmask.phone.extensions you can find the abstractphone alias which is like the base for the phone aliases. In the extra/phone-codes folder you find some implementations.

You need to include the inputmask.phone.extensions.js and the phonecodes from within the extra folder to use the phone alias.

$(selector).inputmask("phone", {
  onKeyValidation: function () { //show some metadata in the console
    console.log($(this).inputmask("getmetadata")["city"]);
  }
});

Aliases

  • phone
  • phonebe
  • phonenl
  • phoneru
  • phoneuk
  • phoneca
  • ...
1.0.5-beta.5

3 years ago

1.0.6-beta.0

3 years ago

1.0.4-beta.3

4 years ago

1.0.4-beta.4

4 years ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago