Can Jquery be used to mask input fields?
Let's suppose I have the following constants declared: const begin = '1234'; const end = '789'; and I have one html input with preset value='1234-56??-????-0987' How can I setup a mask (using jQuery-Mask plugin, or not) to: When the user…