Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 462 Bytes

README_phone.md

File metadata and controls

11 lines (10 loc) · 462 Bytes

phone extensions

Uses the phone mask definitions from https://github.com/andr-04/inputmask-multi

 $(selector).inputmask("phone", {
                url: "Scripts/jquery.inputmask/phone-codes/phone-codes.json",
                onKeyValidation: function () { //show some metadata in the console
                    console.log($(this).inputmask("getmetadata")["name_en"]);
                }
  });