Top "Maskedinput" questions

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

jQuery plugin for formatting inputs

I want to accept values in any of the following format: -$5 -$5.00 $5 $5.00 Is it possible to do that using …

jquery maskedinput
jQuery masked input plugin conflicts with validation plugin

Given a text box that is masked using the Masked Input plugin, and is marked as a required field by …

jquery jquery-validate maskedinput
Is there masked input plugin for knockout.js using extenders?

I've seen this post - it shows one possible solution. But I would like to have a more elegant way …

javascript knockout.js maskedinput
Ip Address mask for AngularJS

Does Anyone know a ip address mask plugin for AngularJS? Because I tried to use the "Jquery Input IP Address …

javascript jquery angularjs maskedinput
jquery masked input on loaded content

So I have a joomla! page that is partly generated by functions based on the user. So parts of the …

jquery plugins maskedinput
jquery datepicker and jquery mask not working

I have this piece of code that uses jquery datepicker and jquery masked input. jQuery(function($) { $(document).on('click', '#…

javascript jquery jquery-ui datepicker maskedinput
jquery.maskedinput programmatically set value and apply mask?

I'm using DigitalBush's MaskedInput jquery plugin. I have a simple input box for a phone number: $('#txt_PhoneNumber').mask(…

jquery maskedinput
Masked input is not working in android phones

Hi I have used the masked input plugin click for my website to format the phone number which is entered …

jquery maskedinput
JQuery Masked Input Plugin doesn't accept paste

First of all, I'm using: Jquery 1.8.3 Masked Input Plugin 1.3.1 (The plugin can be found here) My goal: Mask an input …

jquery maskedinput
Masked Input Plugin and regular expressions (for decimal numbers)

I have a text input field in which I want to insert just numbers, then a comma, and then just …

jquery jquery-plugins maskedtextbox maskedinput