|
|
2 лет назад | |
|---|---|---|
| .. | ||
| dist | 2 лет назад | |
| src | 2 лет назад | |
| .bower.json | 2 лет назад | |
| CHANGELOG.md | 2 лет назад | |
| CONTRIBUTING.md | 2 лет назад | |
| Dockerfile | 2 лет назад | |
| ISSUE_TEMPLATE.md | 2 лет назад | |
| LICENSE | 2 лет назад | |
| README.md | 2 лет назад | |
| bower.json | 2 лет назад | |
| component.json | 2 лет назад | |
| composer.json | 2 лет назад | |
| docker-compose.yml | 2 лет назад | |
| package-lock.json | 2 лет назад | |
| package.js | 2 лет назад | |
| package.json | 2 лет назад | |
A jQuery Plugin to make masks on form fields and HTML elements.
https://igorescobar.github.io/jQuery-Mask-Plugin/
bower install jquery-mask-plugin
npm i jquery-mask-plugin
meteor add igorescobar:jquery-mask-plugin
composer require igorescobar/jquery-mask-plugin
https://cdnjs.com/libraries/jquery.mask
http://www.jsdelivr.com/projects/jquery.mask
gem 'jquery_mask_rails' # more details at http://bit.ly/jquery-mask-gem
jQuery Mask Plugin has been tested with jQuery 1.7+ on all major browsers:
Definition can be found here.
To install, open terminal and navigate to your working directory.
npm install typings --global.Then install the definition by running typings install dt~jquery-mask-plugin --global --save.
Use npm npm install --save-dev @types/jquery-mask-plugin.
For configuration options and troubleshooting refer to these repositories:
Before opening a new issue take a look on those frequently asked questions:
Did you read our docs? Yes? Cool! So now... make sure that you have a functional jsfiddle exemplifying your problem and open an issue for us. Don't know how to do it? Use this fiddle example.
We use QUnit and GruntJS. 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 here is how you can use it:
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