Top "Maskedinput" questions

This jQuery plugin allows the application of a mask for fixed width inputs.

Phone mask with jQuery and Masked Input Plugin

I have a problem masking a phone input with jQuery and Masked Input Plugin. There are 2 possible formats: (XX)XXXX-XXXX (…

javascript jquery input mask maskedinput
Masked input for currency jQuery

In my web application I have an input field called "Budget" where users enter the proposed budget for a project. …

jquery maskedinput
How to change Phone number format in input as you type?

My CodePen: http://codepen.io/leongaban/pen/cyaAL I have an input field for a phone number which allows up …

jquery input formatting phone-number maskedinput
Specify date format in mask when using an input mask?

I've been using the jquery masked input plugin to apply a date mask to text inputs. This works pretty well, …

jquery date-format maskedinput
jquery masked input plugin to not clear field when errored

I'm looking at the http://digitalbush.com/projects/masked-input-plugin/ I'm calling it like this: $(control).mask('999-999-9999'); …

javascript jquery maskedinput
Remove literals from input mask after form submit?

this question has already been asked but the solutions where not clear. Im using Josh Bush's MaskedInput plugin for jQuery …

jquery plugins mask maskedinput
maskedinput Uncaught TypeError: $(...).mask is not a function

Good afternoon On my there is <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js">&…

javascript symfony maskedinput
Conflict between jQuery Validate and Masked Input

I've got a form that's using both jQuery Validate and Masked Input for phone number and US zip code fields. …

jquery validation maskedinput
jQuery Input Mask Not Working

I am trying to set up a donations page for people to give money to a non-profit and allow them …

javascript jquery maskedinput input-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