Advertise here

jQuery Plugins Tagged ‘input mask’

VanillaMasker – Pure Javascript Input Masker

February 05, 2018     1716     Form Elements
VanillaMasker – Pure Javascript Input Masker

VanillaMasker is a simple and pure javascript library to mask your input elements. It's a cross-browser and cross-device library.

Read More »

imask.js – Vanilla Javascript Input Mask

November 25, 2017     3943     Form Elements
imask.js – Vanilla Javascript Input Mask

imask.js is a vanillajavascript library to create input masks.

Features

  • get and set raw and unmasked values easily
  • no external dependencies
  • RegExp mask
  • Functional mask

Read More »

Politespace – Unobtrusive Alternative to Input Masks

February 12, 2017     1636     Form Elements
Politespace – Unobtrusive Alternative to Input Masks

Politespace is a javascript plugin to add spaces to numeric form values to increase readability (credit card numbers, phone numbers, etc).

Read More »

Input Masking – Framework Agnostic Accessible Input Masking Library

December 26, 2016     2729     Form Elements Text & String
Input Masking – Framework Agnostic Accessible Input Masking Library

input-mask.js enables you to include a mask on any input where a specific data entry format is required. The placeholder text remains in place, displaying which characters still need to be included. The placeholder is CSS styleable.

Read More »

Text Mask – Input Mask for React, Angular, Ember & Plain JavaScript

August 29, 2016     5020     Form Elements
Text Mask – Input Mask for React, Angular, Ember & Plain JavaScript

Text Mask is an input mask library. It can create input masks for phone, date, currency, zip code, percentage, email, and literally anything!

Read More »

jQuery.inputmask – jQuery Input Mask Plugin

July 12, 2016     7150     Form Elements
jQuery.inputmask – jQuery Input Mask Plugin

jQuery.inputmask is a jquery plugin which create an input mask. An inputmask helps the user with the input by ensuring a predefined format. This can be usefull for dates, numerics, phone numbers, ...

Read More »

Mask.js – jQuery Plugin to Mask Inputs

December 09, 2014     19955     Form Elements
Mask.js – jQuery Plugin to Mask Inputs

Mask.js is a simple functionality that you can use to force user met a pattern into inputs.

Features

  • Accepts any pattern order you would like to use
  • In case of dates, it will validates days out of range, and even leap years
  • You can use a custom function to handle the non validating inputs
  • It will write down any token automatically while you are typing.
  • In erasing, tokens will be omitted, and while you are re-typing, them are going to ve pass over

Read More »

NumBox – Mobile Friendly HTML5 Numeric Input

May 12, 2014     10741     HTML5 Form Elements
NumBox – Mobile Friendly HTML5 Numeric Input

NumBox jQuery Plugin helps ensure that a numeric keyboard will pop-up on mobile devices when a number is entered. It offers real-time validation as you type plus display formatting for mobile devices and desktop browsers, is designed for HTML5's input type="number" elements, and provides a number of customization options.

Read More »

Labelmask – Alternative to Input Masks

April 27, 2014     13928     Form Elements
Labelmask – Alternative to Input Masks

Labelmask is a way to create accessible input hinting without using input masks.

Labelmask inserts formatting hinting after the label, and updates as the user inputs their information. When the user leaves the field the formatting gets applied to the input value itself.

Read More »

formatter.js – Format Inputs to Match a Specified Pattern

November 03, 2013     20762     Form Elements
formatter.js – Format Inputs to Match a Specified Pattern

formatter.js is a library to format user input to match a specified pattern. Credit card, phone number, currency and zip code form formatting etc...

Also there is a jQuery wrapper version too.

Read More »

Formance.js – jQuery Library for Formatting and Validating Form Fields

September 26, 2013     15945     Validation
Formance.js – jQuery Library for Formatting and Validating Form Fields

Formance.js is a jQuery library for formatting and validating form fields. It supports the following form fields

  • Credit Card CVC
  • Credit Card Expiry
  • Credit Card Number
  • Date dd / mm / yyyy
  • Date yyyy / mm / dd
  • Email Address
  • Number : Formats the phone number in the (111) 111 – 1111 format.

Read More »

maskMoney – jQuery Plugin to Mask Input as Currency

January 25, 2013     47100     Others
maskMoney – jQuery Plugin to Mask Input as Currency

maskMoney is a jQuery plugin to mask data entry in the input text in the form of money (currency).

Read More »

meioMask – jQuery Mask Plugin

August 13, 2012     18220     Others
meioMask – jQuery Mask Plugin

meioMask is a simple use plugin for creating and applying masks at text input fields.

* Accepts paste event;
* Has fixed and reverse mask types ( allow number mask );
* You can still use your hotkeys and others (ex: ctrl+t, ctrl+f5, TAB …);
* Supports metadata plugin;
* Works with iPhone;
* Allow default values;
* Has callbacks for invalid inputs, valid and overflow;
* Has function to mask strings...

Read More »

jQuery Mask Plugin

June 05, 2012     16560     Date & Time
jQuery Mask Plugin
A jQuery Plugin for field masks.
Features
- String/Numeric/Alpha/Mixed masks.
- Reverse Mask.
- Data type validation.
- Automatic maxlength.
- Live event's for ajax/realtime apps.
- Callbacks.

Read More »

iPhone-like password fields using jQuery

May 18, 2012     2989     Form Elements
iPhone-like password fields using jQuery

A plugin that transforms HTML form password field into iPhone / iPod Touch like password fields, passwords get masked while typing but the last character in row is shown in plain text.

Read More »