Top "Jquery-mask" questions

jQuery Mask is a jQuery Plugin used to make masks on form fields and HTML elements.

Jquery Mask number with commas and decimal

I am using a Jquery mask plugin to format many things on my site and I am trying to figure …

jquery jquery-mask
Why does jQuery mask say it's not a function?

When trying to use the jQuery mask() function, I get the following error in the console: TypeError: $(...).mask is not …

javascript jquery jquery-mask
jQuery-Mask-Plugin to mask email addresses and web URL's

I'm using the jQuery-Mask-Plugin in my application and using that I was able to successfully add masks to telephone numbers, …

jquery jquery-mask
jquery masked input have only first number optional rest mandatory

Im using jquery masked input plugin and need to have a phone field with the following format: 1 (222) - 000 - 1114 my …

javascript jquery maskedinput jquery-mask
jQuery Masked Input - Existing Input Value

I am using jQuery masked input plugin. However when I set the mask, any existing value in the input field …

jquery jquery-mask
jQuery Mask Plugin: mask for negative integers

I am using jQuery Mask Plugin in my web project. It is used widely and I don't want to change …

javascript jquery regex jquery-mask
How to perform multiple masks on demand on an Input field

Iam trying to perform a mask on input using jquery mask plugin, What I need to do is to perform …

jquery jquery-mask
jquery mobile input masking not working

I am trying to mask SSN input using jquery mask plugin, however it doesn't seem to play well with jquery …

html jquery-mobile formatting jquery-mask
Mask Money Jquery plug in

I am using below Jquery plug in. I am able to mask the values. On blur event i need to …

jquery jquery-plugins jquery-mask