Описание тега jquery-mask

NoneJ Query Mask - это плагин jQuery, используемый для создания масок для полей формы и элементов HTML.

jQuery Mask это jQuery Плагин на основе, используемый для создания масок для полей форм и элементов HTML.

Применение

// Applies the mask to the matching selector elements.
$(selector).mask(mask [, options]);

// Seek and destroy selector elements to be masked.
$(selector).unmask();

// Gets the value of the field without the mask.
$(selector).cleanVal();

// Applies the mask to the matching selector elements.
$.applyDataMask([selector]);

Ресурс