jQuery-Mask-Plugin
jQuery-Mask-Plugin copied to clipboard
A jQuery Plugin to make masks on form fields and HTML elements.
if you change mask dynamic or add mask twice you will have duplication events focus and change example: https://igorescobar.github.io/jQuery-Mask-Plugin/ (input for "Crazy Zip Code") and from the start we have...
I use npm version of code. My Deps: - jquery `v3.3.1` - jquery-mask-plugin `v1.14.15`. **Issue was NOT reproduced** with: - jquery `v1.11.2` and - jquery-mask-plugin `v1.11.4` #### Browser Chrome `v68.x`...
### Have you take a look into our docs? https://igorescobar.github.io/jQuery-Mask-Plugin/ ### Make sure your read this before opening a new issue: https://github.com/igorescobar/jQuery-Mask-Plugin#problems-or-questions #### Device windows 7 #### Browser (and version)?...
### Have you take a look into our docs? https://igorescobar.github.io/jQuery-Mask-Plugin/ ### Make sure your read this before opening a new issue: https://github.com/igorescobar/jQuery-Mask-Plugin#problems-or-questions #### Device [...] #### Browser (and version)? [...]...
Como uso o data-attribute desta lib eu preciso inicializar para funcionar? porque pelos testes não está aplicando a mascara. Obrigado.
A seguinte máscara: `$("#mobile-phone").mask('(00) 0 0000-0000',{reverse: true})` tem esse resultado na minha página: `99) 9 9999-9999(` Estou usando estes scripts:
Is a translation and its pattern possible via HTML markup? Reference: http://igorescobar.github.io/jQuery-Mask-Plugin/docs.html#using-html-notation-examples
could you pls tell me how to set default value and editing it. am trying to achieve it for Time as show below. i want to load my input field...
It works when using jquery 2.1.1 but becomes unresponsive with jquery 3.1.1. No console prompts appear.
Hi, I'm writing a .net webforms component mixing jquery-validation and jquery-mask plugin including server side validation. Actually it's done but I don't know if was using data-mask in a wrong...