Skip to content

RobinHerbots/inputmask.phone

Folders and files

NameName
Last commit message
Last commit date
Jun 9, 2021
Jun 9, 2021
Jun 9, 2021
Aug 13, 2020
Sep 5, 2018
Sep 14, 2018
Jun 9, 2021
Sep 3, 2018
Sep 3, 2018
Sep 3, 2018
Aug 13, 2020
Aug 13, 2020
Sep 3, 2018
Sep 4, 2018
Aug 13, 2020
Mar 14, 2023
Jun 9, 2021
Jun 9, 2021

Repository files navigation

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
  • ...