# jQuery-Mask-Plugin **Repository Path**: mirrors_deckar01/jQuery-Mask-Plugin ## Basic Information - **Project Name**: jQuery-Mask-Plugin - **Description**: A jQuery Plugin to make masks on form fields and HTML elements. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #jQuery Mask Plugin A jQuery Plugin to make masks on form fields and HTML elements. [![Build Status](https://travis-ci.org/igorescobar/jQuery-Mask-Plugin.png)](https://travis-ci.org/igorescobar/jQuery-Mask-Plugin) [![Code Climate](https://codeclimate.com/github/igorescobar/jQuery-Mask-Plugin.png)](https://codeclimate.com/github/igorescobar/jQuery-Mask-Plugin) #Documentation, Demos & Usage Examples https://igorescobar.github.io/jQuery-Mask-Plugin/ ##Features * Lightweight (~2kb minified, ~1kb gziped). * Built-in support for dynamically added elements. * Masks on any HTML element (no need to server-side mask anymore!)! * HTML notation support (data-mask, data-mask-recursive, data-mask-clearifnotmatch). * String/Numeric/Alpha/Mixed masks. * Reverse mask support for masks on numeric fields. * Sanitization. * Optional digits. * Recursive Digits. * Fallback Digits. * Advanced mask initialization. * Advanced Callbacks. * On-the-fly mask change. * Mask removal. * Full customization. * Compatibility with UMD/Zepto.js/Angular.JS. * HTML5 placeholder support. * Clear the field if it not matches support. ##Tutorials ### English * [Masks with jQuery Mask Plugin](http://bit.ly/masks-with-jquery-mask-plugin) * [Using jQuery Mask Plugin With Zepto.js](http://bit.ly/using-jquery-mask-plugin-with-zeptojs) ### Portuguese * [Mascaras com JQuery Mask Plugin](http://bit.ly/mascaras-com-jquery-mask-plugin) * [Mascara Javascript para os novos telefones de São Paulo](http://bit.ly/mascara-javascript-para-os-novos-telefones-de-sao-paulo) ## Compatibility jQuery Mask Plugin has been tested with jQuery 1.7+ on all major browsers: * Firefox 2+ (Win, Mac, Linux); * IE7+ (Win); * Chrome 6+ (Win, Mac, Linux, Android, iPhone); * Safari 3.2+ (Win, Mac, iPhone); * Opera 8+ (Win, Mac, Linux, Android, iPhone). ## Problems or Questions? Before opening a new [issue](https://github.com/igorescobar/jQuery-Mask-Plugin/issues) take a look on those frequently asked questions: #### [Problems with old versions of Android keyboard](https://github.com/igorescobar/jQuery-Mask-Plugin/issues/135) #### [Negative numbers, or currency related problems](https://github.com/igorescobar/jQuery-Mask-Plugin/issues/436#issuecomment-253176511) #### [Prefix or sufix on the Mask](https://github.com/igorescobar/jQuery-Mask-Plugin/issues/166) #### [Add validation?](https://github.com/igorescobar/jQuery-Mask-Plugin/issues/387#issuecomment-192998092) #### [Field type number, email not working?](https://github.com/igorescobar/jQuery-Mask-Plugin/issues/450#issuecomment-253225719) #### [Want to keep the placeholder as the user types?](https://github.com/igorescobar/jQuery-Mask-Plugin/issues/450#issuecomment-253225719) ## Bugs? Did you read our [docs](https://igorescobar.github.io/jQuery-Mask-Plugin/)? Yes? Cool! So now... make sure that you have a *functional* [jsfiddle](http://jsfiddle.net/) exemplifying your problem and open an [issue](https://github.com/igorescobar/jQuery-Mask-Plugin/issues) for us. Don't know how to do it? Use this [fiddle example](http://jsfiddle.net/igorescobar/6pco4om7/). ## Contributing * **Bug Reporting**: Yes! You can contribute opening [issues](https://github.com/igorescobar/jQuery-Mask-Plugin/issues)! * **Documenting**: Do you think that something in our [docs](https://github.com/igorescobar/jQuery-Mask-Plugin/tree/gh-pages) should be better? Do you have a cool idea to increase the awesomeness? Summit your pull request with your idea! * **Bug Fixing**: No time to lose? Fix it and help others! Write some [tests](https://github.com/igorescobar/jQuery-Mask-Plugin/tree/master/test) to make sure that everything are working propertly. * **Improving**: Open an [issue](https://github.com/igorescobar/jQuery-Mask-Plugin/issues) and lets discuss it. Just to make sure that you're on the right track. * **Sharing**: Yes! Have we saved some of your time? Are you enjoying our mask plugin? Sharing is caring! Tweet it! Facebook it! Linkedin It(?!) :D * **Donating**: Hey, now that you don't need to worry about masks again... buy me a coffee, beer or a PlayStation 4 (Xbox One also accepted!) :o) ### Unit Tests We use [QUnit](http://qunitjs.com/) and [GruntJS](http://gruntjs.com/). To run our test suit is just run: ```grunt test``` in your console or you can open those ```test-for*.html``` files inside of our ```test/``` folder. In case you're familiar with [Docker](https://www.docker.com/) here is how you can use it: ```bash docker build -t jquery-mask . CONTAINER_ID=$(docker run -d -v $PWD:/app/jquery-mask-plugin jquery-mask) docker exec $CONTAINER_ID sh -c "npm install" docker exec -it $CONTAINER_ID /bin/bash grunt test ``` ## Contributors * [Igor Lima](https://github.com/igorlima) * [Mark Simmons](https://github.com/Markipelago) * [Gabriel Schammah](https://github.com/gschammah) * [Marcelo Manzan](https://github.com/kawamanza) * [See the full list](https://github.com/igorescobar/jQuery-Mask-Plugin/graphs/contributors) ## Help us! [![Click here to lend your support to: jQuery Mask Plugin and make a donation at pledgie.com !](https://pledgie.com/campaigns/22649.png?skin_name=chrome)](https://pledgie.com/campaigns/22649) [![Flattr this](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=igorescobar&url=https%3A%2F%2Fflattr.com%2Fprofile%2Figorescobar) ## Donators (Thanks!) * Rinaldo Morato * [Marcelo Otowicz](http://www.ofen.com.br/) * Marcia Cristina Cava * [Igor Lima](https://github.com/igorlima) * Steve Binder * Douglas Patrocinio * Paulo Diogo Rodrigues Leão * Dorijan Covran * Amaro Mariño Malvido * Mark Guadagna * Serdar Selim Tulunoğlu * [Software Download](http://software-download.name) * [Full list](https://pledgie.com/campaigns/22649#donors)