How to change the phone shape?
-
Hello, there is a site https://rishele.net/ there is a form for entering a phone number, when you click on it +7 ( ___) ___-____ how to change it to be like this +7 (9__) ___-____. I rummaged in both js and css there seems to be noJavaScript Anonymous, Jun 18, 2019
-
in index.html itself there is a line like this
view-source: https: //rishele.net/
$ (". phone"). mask ("+ 7 (999) 999-9999");
just a joke that you can't replace "any number" with "a specific number" along the way.
https://github.com/digitalBush/jquery.maskedinputAnonymous
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!