🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Tabinput is a jQuery plugin used to mask your input field with custom format & pattern that supports for auto tab functionality between separated sections.

input-mask auto-tab

Documentation

Tabinput Build Status

A simple jQuery plugin for adding tabable sections to an input box.

Usage

$('input').tabinput({   format: 'MM/DD/YYYY',   //Default: 'MM/DD/YYYY'   seperator: '/',         //Default: '/'   filter: /[^0-9]/g,      //Default: false   textAlign: 'center',    //Default: 'left'   cursor: 'default',      //Default: 'text'   placeholder: true,      //Default: true   charWidth: 1,           //Default: 0.6   widthUnit: 'em'         //Default: 'em' }); 

Developing

npm i && bower i gulp watch 

You May Also Like